List Account Movements
Paginated ledger history for one settlement account and its sub-accounts, newest first. The path accepts either the account id or the reference you gave it. Amounts are exact decimal strings.
Authorizations
Headers
Target sub-merchant organisation ID. Required for partner-delegated requests, which must be signed with the partner secret.
Path Parameters
Settlement account id or merchant reference
Query Parameters
Page size. Defaults to 100. Minimum 1, maximum 100.
1 <= x <= 100Page number (1-based). Defaults to 1.
x >= 1Inclusive lower bound on created_at (RFC3339). When set, results are sorted by created_at.
Sort direction for the primary list key (created_at when since/until are set, otherwise id). Defaults to desc.
asc, desc Inclusive upper bound on created_at (RFC3339). When set, results are sorted by created_at.