View a CT Collection RESTful API

API Details

  • The GET /credittransfers/collections/{collectionId} endpoint allows you to retrieve information about a specific collection using its unique ID, which is generated during the creation process using thePOST /credittransfers/collections API.
  • This endpoint returns a response object similar to the one from the POST request, including details such as the collection ID, reference, requested execution date, actual execution date, number of transactions, total amount, etc.
  • Additionally, this endpoint provides access to view the credit transfers associated with a particular collection (through a link to the GET /credittransfers/collections/{collectionId}/credittransfers) endpoint.
  • The response will display different collection statuses depending on the stage of processing, ranging from QUEUED to COMPLETE or COMPLETE WITH ERRORS (see Credit Transfer Statuses for details on the various possible statuses).