List
Returns a paginated list of bank disbursements for the specified merchant account. Includes transactions from the last twelve months, twenty-five records per page, sorted newest first. Requires merchant API authentication; the account must belong to the authenticated merchant.
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 disbursements. Must belong to the authenticated merchant.
Response
Success. The data array contains disbursement records; meta includes pagination details when more than one page exists.
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.
