v1

latestOpenAPI 3.0.02026-07-247150151.6 KB
Statements

Get all statements for an account

Get all statements

get/accounts/{account_id}/statements

Query parameters

starting_afterstring
Example:1b8c7986-bd5a-4923-9d62-fe3a3671f891
ending_beforestring
Example:1b8c7986-bd5a-4923-9d62-fe3a3671f891
limitstring
Example:10

Response

OK

has_moreboolean

Example response

{
  "data": [
    {
      "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"
        }
      ]
    }
  ]
}