List Account Transactions
Cursor-paginated list of transactions for this funding account — deposits from external parties, payout debits, fee deductions, and FX transfers.
GET
List transactions on a funding account
Authorizations
Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.
Path Parameters
ISO 4217 three-letter currency code.
Pattern:
^[A-Z]{3}$Example:
"USD"
Query Parameters
Items per page. Maximum 100.
Required range:
1 <= x <= 100Opaque cursor returned by a previous list response. Omit for the first page.
List transactions on a funding account