v1

latestOpenAPI 3.0.02026-07-2412592575.3 KB
statements

Retrieve the statements for an account

Requires accounts:read and either statements_basic:read or statements_detail:read scopes.

get/accounts/{accountId}/statements

Path parameters

accountIdstring required

The Account Id

Response

Successful Statements Response

metaobject

Example response

{
  "data": [
    {
      "benefits": [
        {
          "amount": {
            "value": -2323,
            "majorUnits": 23,
            "minorUnits": 23,
            "currency": "GBP"
          }
        }
      ],
      "fees": [
        {
          "amount": {
            "value": -2323,
            "majorUnits": 23,
            "minorUnits": 23,
            "currency": "GBP"
          }
        }
      ],
      "interest": [
        {
          "amount": {
            "value": -2323,
            "majorUnits": 23,
            "minorUnits": 23,
            "currency": "GBP"
          }
        }
      ],
      "amounts": [
        {
          "amount": {
            "value": -2323,
            "majorUnits": 23,
            "minorUnits": 23,
            "currency": "GBP"
          },
          "localAmount": {
            "value": -2323,
            "majorUnits": 23,
            "minorUnits": 23,
            "currency": "GBP"
          }
        }
      ],
      "totalValue": {
        "value": -2323,
        "majorUnits": 23,
        "minorUnits": 23,
        "currency": "GBP"
      }
    }
  ]
}