A statement is a disclosure of the state of an account, and its activity, over a billing period.
Account type | Eligibility |
---|---|
CHECKING | Eligible, but only if the account was active during the statement period |
SAVING | Eligible |
LINE_OF_CREDIT | Eligible |
CHARGE_SECURED | Eligible |
STATEMENT.CREATED
. The event will contain a full version of the statement payload, following the spec outlined in the Statements API specification.
Please note that if a statement contains an excessive number of transactions, the system may opt to return an empty list in the webhook notification to the subscriber due to technical limitations. This will be reflected in the payload with transactions_omitted
set to "true"
and an empty transactions
attribute.
List the statements for a given account
GET /v1/statements
, with an account_id
query parameter:Retrieve the details for a given statement
List the transactions for a statement