Transactions
Search individual card transactions
Retrieve transactions for an individual card with filtering, pagination, and sorting.
GET
Searches and retrieves transactions for a specific individual card with filtering, pagination, and sorting. This is the Individual Cards equivalent of the Enterprise Search card transactions endpoint. Requires an API key with access level 1 or higher.
Available to companies with Individual Cards enabled, including US companies.
Path parameters
string
required
Individual card identifier.
Query parameters
array
required
Transaction operation types to include. At least one is required. Possible values:
TRANSACTION_AUTHORIZATION, TRANSACTION_APPROVED, TRANSACTION_REJECTED, TRANSACTION_REVERSED, TRANSACTION_REFUND, WALLET_DEPOSIT, OVERRIDE_VIRTUAL_BALANCE.string
Start date (ISO-8601
YYYY-MM-DD).string
End date (ISO-8601
YYYY-MM-DD).integer
Page size. Maximum 100. Defaults to
10.integer
Page number, starting at
1. Defaults to 1.string
Field to sort results by (e.g.
datetime).string
Sort order. Possible values:
ASC, DESC.Response
Full parity with the Enterprise endpoint: the pagination envelope and the per-movement fields are identical (both surfaces read from the same transaction source).integer
Number of transactions in the current page.
integer
Next page number, if available.
integer
Total number of pages.
integer
Total number of transactions across all pages.
array
Array of transaction objects with fields:
id, datetime, operation, bill_amount, bill_currency, transaction_amount, transaction_currency, exchange_rate, merchant_name, original_balance, new_balance, status, decline_reason, and fee fields (fee_fx_provider, fee_fx_client, fee_atm_provider, fee_atm_client, fee_deposit_provider, fee_deposit_client).
