v1

latestOpenAPI 3.1.02026-07-2478315484.9 KB
Consents

Retrieve balance of consent-linked account

Retrieves the balance of the account associated with the specified authorized consent.

get/consents/v1/{consent_id}/balance

Response

OK - Account balance retrieved successfully.

currencystring required

The ISO 3 letter currency code

balancenumber required

The current balance of the account associated with the specified consent.

Example response

{
  "currency": "AED",
  "balance": 2500
}