cURL
curl --request GET \ --url https://api.sandbox.co.in/bank/virtual/accounts \ --header 'Authorization: <authorization>' \ --header 'x-api-key: <x-api-key>'
{ "code": 123, "timestamp": 123, "data": { "@entity": "<string>", "items": [ { "@entity": "<string>", "account_number": "<string>", "ifsc": "<string>", "bank_name": "<string>", "status": "<string>", "notes": {}, "name": "<string>", "created_at": 123 } ] }, "transaction_id": "<string>" }
Fetch all Virtual Accounts API allows you to get all the virtual accounts created
API key
Access Token
External ID
Status of virtual account
Number of records for a page
x >= 0
Last evaluated key
200 - Fetch all accounts
Show child attributes
Was this page helpful?