Skip to main content
GET
Fetch Account Balance
Use this to fetch the current balance and currency information of a linked bank account.

Authorization

Bearer <token> Request Body Schema
string
required
ID of the user’s bank account. This can be obtained from the redirect URL after account linking or by using the Fetch All Accounts API Reference endpoint.Refer:- Accounts
Response
number
The current balance amount in the bank account.
string
The currency code of the account balance (e.g., GBP, EUR, USD).