cURL
curl --request GET \ --url https://api.sandbox.co.in/bank/virtual/accounts/{account_number}/balance \ --header 'Authorization: <authorization>' \ --header 'x-api-key: <x-api-key>'
{ "code": 349, "timestamp": 1, "data": { "balance": 1 }, "transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Fetch Virtual Account Balance API allows you to get the balance of provided virtual account
API Key
Access Token
Account Number
200 - Fetch Balance
100 <= x <= 599
x >= 0
Show child attributes
Was this page helpful?