Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of a statement
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Response
statement
A statement for a depository account
A summary of the accrued interest for the saving account in the current period
The unique identifier of the account the statement belongs to
The limit date when the due amount indicated on the statement should be paid
The date indicating the ending of the time interval covered by the statement
statement ID
The date when the statement has been issued
The date indicating the beginning of the time interval covered by the statement
The account balance at the end of the statement period, in ISO 4217 minor currency units.
The customer service details of the fintech partner, e.g. phone number, email address, etc.
The account balance at the start of the statement period, in ISO 4217 minor currency units.
This attribute is deprecated and will be removed in a future API version. Use GET /v0/statements/{statement_id}/transactions
instead.
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.