General Information #
type here
Retrieve the balances for a specific account registered under a consent.
End-point URL #
http://[host]:[port]/psd2/v1/accounts/[account-id]/balances
Headers #
- X-Request-ID: [request-id] – Required: A unique request ID (GUID).
- Consent-ID: [consent-id] – Required: The ID of the consent.
- Content-Type: application/json – Required: Specifies the request format.
- PSU-ID: [user-id] – Optional: User identifier obtained upon login.
Response #
{
"accountReference": {
"iban": {
"iban": "BG53TEPJ40131001000119"
},
"currency": null
},
"balance": [
{
"balanceType": "authorised",
"balanceAmount": {
"currency": "BGN",
"amount": 1080.23
},
"referenceDate": null,
"lastChangeDateTime": null
}
]
}
Remarks #
Retrieve the balance information for the specified account, including balance type and amount.
Snippet #