Account balance inquiry

GET http://[host]:[port]/psd2/v1/accounts/[account-id]/balances
HEADERS:
X-Request-ID = [request-id] – required
Consent-ID: [consent-id] – mandatory – carries the ID of the consent
Content-Type: application/json – required
PSU-ID: [user-id] – optional

Response:

{
  "accountReference": {
    "iban": {
      "iban": "DE2310010010123456789"
    },
    "currency": null
  },
  "balance": [{
    "balanceType": "authorised",
    "balanceAmount": {
      "currency": "BGN",
      "amount": 1080.23
    },
    "referenceDate": null,
    "lastChangeDateTime": null
  }]
}

Powered by BetterDocs