Card
List card financial transactions
List the financial transactions for a given card.
get/v1/cards/{card_token}/financial_transactions
Path parameters
card_tokenstring uuid required
Query parameters
category'CARD' | 'TRANSFER'
Financial Transaction category to be returned.
result'APPROVED' | 'DECLINED'
Financial Transaction result to be returned.
status'DECLINED' | 'EXPIRED' | 'PENDING' | 'RETURNED' | 'SETTLED' | 'VOIDED'
Financial Transaction status to be returned.
beginstring date-time
Date string in RFC 3339 format. Only entries created after the specified time will be included. UTC time zone.
endstring date-time
Date string in RFC 3339 format. Only entries created before the specified time will be included. UTC time zone.
ending_beforestring
A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.
starting_afterstring
A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.
Response
OK