Payments & Fund TransfersBatch Payments

Get a Batch Payment

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

The file has been sent to the bank. payments is not included when fetching a batch. List them with List Payments instead.

{  "id": "bpmt_0J7Q4A2M8V5X1",  "type": "FAST",  "paymentDate": "2026-09-10",  "senderAccountId": "intacc_0H3BQY9BK1FCG",  "senderAccountCurrency": "SGD",  "currency": "SGD",  "status": "SUBMITTED",  "createdAt": "2026-09-09T01:02:03.401556Z",  "updatedAt": "2026-09-09T01:05:47.220318Z"}