Show
The second path parameter is matched against statements.transaction_id (business transaction id string — same column used across VA/disbursement/… statement rows).
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
Account ULID
Statement transaction_id
Response
Success — data is MerchantStatementResource
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.
