Show
Returns the details of a single disbursement for the specified account. Identify the transaction using the disbursement transaction_id (SingaPay business identifier), not the internal database primary key.
Authorizations
JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.
Merchant API key (Credential.api_key). Required on every request.
Path Parameters
Unique identifier (ULID) of the merchant account that owns the disbursement. Must belong to the authenticated merchant.
Disbursement transaction identifier assigned by SingaPay when the transfer was created.
Response
Success. The data object contains the full disbursement transaction details.
Standard success response envelope for disbursement API v1.0 endpoints (list, show, check fee, check beneficiary, and transfer).
HTTP status code echoed in the response body.
200
Indicates whether the request completed successfully.
true
Response payload. A single object for detail endpoints, or an array of disbursement records for list. Field shapes match the documented resource schemas.
Pagination metadata when listing disbursements (for example current page, per page, and total count). Omitted when data is a single object.
