CollectionsDirect DebitBatch Collections

Get a Batch Direct Debit Collection

GET
/v1/direct-debit-payment-batches/{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-payment-batches/string"

The file has been sent to the bank and metadata.fileName names it. payments is not included when fetching a batch.

{  "id": "bddp_0J7Q8A2M8V5X1",  "type": "GIRO",  "paymentDate": "2026-09-10",  "currency": "SGD",  "status": "SUBMITTED",  "createdAt": "2026-09-09T05:02:03.401556Z",  "updatedAt": "2026-09-09T05:05:47.220318Z",  "metadata": {    "fileName": "GP8120207003.xml"  }}