v66

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

Get statement by token

Get a specific statement for a given financial account.

get/v1/financial_accounts/{financial_account_token}/statements/{statement_token}

Path parameters

financial_account_tokenstring uuid required

Globally unique identifier for financial account.

Globally unique identifier for financial account.

statement_tokenstring required

Globally unique identifier for statements.

Globally unique identifier for statements.

Response

OK

tokenstring required

Globally unique identifier for a statement

financial_account_tokenstring uuid required

Globally unique identifier for a financial account

statement_start_datestring date required

Date when the billing period began

statement_end_datestring date required

Date when the billing period ended

next_statement_end_datestring date nullable

Date when the next billing period will end

payment_due_datestring date nullable required

Date when the payment is due

next_payment_due_datestring date nullable

Date when the next payment is due

days_in_billing_cycleinteger required

Number of days in the billing cycle

credit_limitinteger required

This is the maximum credit balance extended by the lender in cents

available_creditinteger required

Amount of credit available to spend in cents

starting_balanceinteger required

Balance at the start of the billing period

ending_balanceinteger required

Balance at the end of the billing period. For charge cards, this should be the same at the statement amount due in cents

createdstring date-time required

Timestamp of when the statement was created

updatedstring date-time required

Timestamp of when the statement was updated

credit_product_tokenstring nullable required

Globally unique identifier for a credit product

statement_type'INITIAL' | 'PERIOD_END' | 'FINAL' required