Get all the transactions for a client
GET/v1/card/transactions
KEYSET paginated: pass cursor from the previous page’s nextCursor and stop when it is null. No page number and no total — the issuer exposes neither, and inventing one would mean walking every page on every request. client_id is required: there is no cross-client transaction read. There is no status filter, because the issuer’s list takes none and filtering after the fetch would return short pages whose cursor skips the rows it dropped.
Request
Responses
- 200
- 401
Keyset page
Missing, malformed, unknown, or revoked partner API key.