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.
Authorizations
Access token issued by POST /v1/auth/token.
Application secret (the apiKey issued at registration), validated at the Kong edge.
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).
Maximum items per page.
1 <= x <= 100Opaque pagination cursor from a previous response.