v1
latestOpenAPI 3.0.02026-07-247150151.6 KBStatements
Get a statement for an account
Get a statement by Year and Month
get/accounts/{account_id}/statements/{yyyy}/{mm}
Response
OK
Example response
{
"statement_id": "1b8c7986-bd5a-4923-9d62-fe3a3671f891",
"account_id": "654dc482-96f9-4012-b2e3-fb73a5a17c97",
"statement_month": "2022-02",
"statement_start_date": "2022-01-29",
"statement_end_date": "2022-02-28",
"transactions": [
{
"transaction_date": "2022-01-30",
"settled_date": "2022-01-30"
}
]
}