v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Cards

Retrieve card transactions

Retrieve completed card transactions and card-related crypto transaction activities

get/customers/{customerID}/card_accounts/{cardAccountID}/transactions

Path parameters

customerIDstring required

A UUID that uniquely identifies a resource

cardAccountIDstring required

A UUID that uniquely identifies a resource

Query parameters

limitinteger

The number of transactions to return, with a max of 200. The default is 100

starting_timestring

The starting time in ISO8601 format. Default is 50 days ago.

ending_timestring

The exclusive ending time in ISO8601 format. Default is now.

page_sizestring

The max number of items to return for the requested page, with a max of 200. The default is 100

pagestring

A specific page to fetch. If omitted, the first page (starting at 1) will be returned. Note that this is only supported for navigating posted transactions.

statusstring[]

A status to filter the transactions by. If not provided, will default to posted.

pagination_tokenstring

A pagination token to fetch the next page of transactions.

category_family'cards' | 'crypto'

A category family to filter the transactions by. If set to cards, only card purchase related transactions will be returned. If set to crypto, only funding related transactions will be returned.` If not provided, all posted transactions will be returned.

Response

Card transactions

pageinteger required

The current page number, starting at 1. Note that this will be returned only for navigating posted transactions.

pagination_tokenstring

The pagination token to be used to retrieve the next page of transactions. If not provided, use the page parameter to navigate by page number.

countinteger required

The number of transactions returned

total_pagesinteger required

The total number of pages

total_countinteger required

The total number of transactions