List CT Collection RESTful API
API Details
Important: The JWS-Signature header is required for this endpoint.
- The
/credittransfers/collections
endpoint allows you to retrieve a list of all collections 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 collections.
- The response follows the collection envelope structure defined in the swagger documentation and provides information similar to that returned by the
POST /credittransfers/collections
API, including details like collection ID, reference, batch booking preference, type, status, creation date, etc. - Additionally, the
pagesize
parameter allows you to set the number of collections returned on a single page.
Swagger Reference:
Credit Transfers
Note:
When working with our APIs, please use the Sandbox URI when testing and the Live URI when you move to Production.
LIVE https://api.nuapay.com SANDBOX https://sandbox.nuapay.com/
If you haven't done so already and would like to do some testing, please Request Sandbox Access
Important: Endpoints and Webhooks may be extended from time to time and any changes we make will follow our Versioning and Backward Compatibility rules. This means that the code that you write today must be designed to be robust enough to handle any future changes (where a new object is added to (or removed from) a specific API response, for example).
Tip: The Collections CT APIs are Asynchronous and available under the v2 CT Swagger .