cURL
curl --request GET \ --url https://api.example.com/open-banking/v1/accounts/{account-id}/balances \ --header 'Consent-ID: <consent-id>' \ --header 'X-Request-ID: <x-request-id>'
{ "balances": [ { "balanceAmount": { "currency": "EUR", "amount": "123.50" }, "balanceType": "closingBooked", "creditLimitIncluded": true, "lastChangeDateTime": "2025-11-27T15:30:35.035Z", "referenceDate": "2025-11-27", "lastCommittedTransaction": "ENT-0001" } ], "account": { "iban": "DE40100100103307118608", "bban": "1234567890", "pan": "5409050000000000", "maskedPan": "123456xxxxxx1234", "msisdn": "+49170123456", "currency": "EUR" } }
Returns the balances of a specific payment account
ID of the consent resource
ID of the request, unique to the call, as determined by the initiating party
Resource identification of the account
Balance information successfully retrieved
List of balances
Show child attributes
Account reference