CollectionsDirect DebitCollections

Get a Direct Debit Collection

GET
/v1/direct-debit-payments/{id}

Authorization

authorization
AuthorizationBearer <token>

Set Your Secret API Key

In: header

Path Parameters

id*string

Response Body

*/*

application/json

curl -X GET "https://example.com/v1/direct-debit-payments/string"

A collection the bank has accepted.

{  "id": "dpymt_0J7Q7A2M8V5X1",  "type": "FAST",  "amount": 1250,  "currency": "SGD",  "directDebitAuthorizationId": "dda_0J7Q6A3M8V5X1",  "customerReference": "SUB-2026-09",  "receiver": {    "bankAccountNumber": "0052312891"  },  "status": "SUCCEEDED",  "resultCode": null,  "underlyingErrorMessage": null,  "createdAt": "2026-09-09T03:00:14.557605Z",  "updatedAt": "2026-09-09T03:00:16.135109Z"}