v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Financial Account

List financial transactions

List the financial transactions for a given financial account.

get/v1/financial_accounts/{financial_account_token}/financial_transactions

Path parameters

financial_account_tokenstring uuid required

Globally unique identifier for financial account.

Query parameters

category'ACH' | 'CARD' | 'INTERNAL' | '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

has_moreboolean required

More data exists.