List
Paginated account statements filtered by processed_timestamp between start_date and end_date (defaults: current calendar month). Only rows created within the last year; 25 per page. Response includes meta.additional_info with resolved start_date / end_date (Y-m-d).
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
Query Parameters
Range start (passed to whereBetween with processed_timestamp; default start of current month).
Range end (default end of current month).
Response
Success — data is collection of MerchantStatementResource; meta includes pagination + additional_info date range
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.
