Skip to main content
GET
Get a statement

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

statement_id
string<uuid>
required

The unique identifier of a statement

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

Response

statement

A statement for a depository account

savings_summary
Saving Summary · object

A summary of the accrued interest for the saving account in the current period

account_id
string<uuid>
read-only

The unique identifier of the account the statement belongs to

due_date
string<date>
read-only

The limit date when the due amount indicated on the statement should be paid

end_date
string<date>
read-only

The date indicating the ending of the time interval covered by the statement

id
string<uuid>
read-only

statement ID

issue_date
string<date>
read-only

The date when the statement has been issued

start_date
string<date>
read-only

The date indicating the beginning of the time interval covered by the statement

account_summary
Account Summary · object
authorized_signer
Person · object[]
read-only
closing_balance
integer<int64>

The account balance at the end of the statement period, in ISO 4217 minor currency units.

customer_service_details
Customer Service Details · object

The customer service details of the fintech partner, e.g. phone number, email address, etc.

disclosure
string
joint_account_holders
Person · object[]
read-only
opening_balance
integer<int64>

The account balance at the start of the statement period, in ISO 4217 minor currency units.

primary_account_holder_business
Business · object
primary_account_holder_personal
Person · object
transactions
A posted transaction · object[]
deprecated

This attribute is deprecated and will be removed in a future API version. Use GET /v0/statements/{statement_id}/transactions instead.

transactions_omitted
boolean

Only appears in statement.created webhook payloads. Indicates that the transactions attribute was emptied due to webhook size constraints. If this attribute returns true, you may use GET /v0/statements/{statement_id}/transactions to retrieve the full list.