List transactions
Lists the association’s transaction records, newest first. Every
accepted payment submission creates one; its id is the
transactionRecordId returned in the 202 response.
Transaction Type Reference
These values describe the economic type of a transaction event. They are not accounting classifications; accounting treatment is the selected Chart-of-Accounts account on the linked journal entry.Authorizations
Access token issued by POST /v1/auth/token.
Application secret (the apiKey issued at registration), required on every request.
Query Parameters
Filter by lifecycle status (e.g. completed, failed, refund_completed).
Only records created on or after this time (RFC 3339 or YYYY-MM-DD).
Only records created on or before this time (RFC 3339 or YYYY-MM-DD).
Only records for this wallet.
Maximum items per page.
1 <= x <= 100Opaque pagination cursor from a previous response.