cURL
curl --request GET \ --url https://api.sandbox.co.in/bank/virtual/accounts/{account_number} \ --header 'Authorization: <authorization>' \ --header 'x-api-key: <x-api-key>'
{ "code": 349, "timestamp": 1, "data": { "@entity": "org.quicko.bank.virtual.bank_account", "account_number": "<string>", "ifsc": "<string>", "bank_name": "<string>", "status": "active", "notes": {}, "external_id": "<string>", "name": "<string>", "created_at": 1 }, "transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Fetch Virtual Account API allows you to get the virtual account by providing account number
API key
Access Token
200 - Fetch Account
100 <= x <= 599
x >= 0
Show child attributes
Was this page helpful?