Get Card Transactions
Cards
Get Card Transactions
Get transaction history for a specific card — merchant name, amount, status, and timestamps. GET /cards//transactions.
GET
Get Card Transactions
Overview
Retrieve a paginated list of all transactions made with a specific card, including purchases, refunds, and funding operations.Path Parameters
Query Parameters
Confirming an operation reached the card
Passreference with the transactionReference returned by a fund or unload call to see the
transactions that operation produced on the card.
This is the authoritative check. The card provider’s transaction history is the record of what
actually happened to the card, and it is independent of the status we report on the operation
itself. If a funding call reports a failure but the money did reach the card, this lookup shows
it — which is exactly the case worth verifying before re-funding a card.
transactions array means no transaction with that reference exists on the card.
One or more entries means the operation reached it — a single reference can return more than
one row when an operation also attracted a fee.
The lookup searches the card’s history rather than a single page, so page is ignored when
reference is set.
reference matches the transactionReference from the fund/unload response, not the
reference you supplied for idempotency. The two are different identifiers: yours keys the
request, transactionReference identifies the operation on the card.Example Usage
Response Fields
Category Values
Pagination
Authorizations
JWT access token obtained from /auth/token
Path Parameters
Query Parameters
Required range:
x <= 100Return only the transactions carrying this reference — the transactionReference returned by a fund or unload call. Searches the card history rather than a single page, and is the way to confirm an operation actually reached the card.

