Skip to main content
GET
List

Authorizations

Authorization
string
header
required

JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.

X-PARTNER-ID
string
header
required

Merchant API key (Credential.api_key). Required on every request.

Path Parameters

account_id
string
required

Account ULID

Query Parameters

start_date
string

Range start (passed to whereBetween with processed_timestamp; default start of current month).

end_date
string

Range end (default end of current month).

Response

Success — data is a collection of MerchantStatementResource; top-level additional_info (date range) and pagination

Success envelope for GET /v1.0/statements/{account_id} (Flugg\Responder\Serializers\SuccessSerializer). additional_info (from ->meta()) and pagination are emitted at the top level, not nested under a meta key.

status
integer
Example:

200

success
boolean
Example:

true

data
object[]
additional_info
object

Resolved start_date / end_date (Y-m-d) actually applied to the processed_timestamp filter.

pagination
object

Note the camelCase keys — this app's SuccessSerializer remaps Fractal's default snake_case pagination fields.