List CT Batches RESTful API

API Details

  • The /credittransfers/batches endpoint allows you to retrieve a list of all batches that have been created.
  • This endpoint supports filtering by various parameters, such as reference,creation date range, and originator IBAN, making it easier to locate specific batches.
  • The response follows the batch envelope structure defined in the swagger documentation and provides information similar to that returned by the POST /credittransfers/batches API, including details like batch ID, reference, batch booking preference, type, status, creation date, etc.
  • Additionally, the pagesize parameter allows you to set the number of batches returned on a single page.