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
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>"
}External ID
Status of virtual account
Number of records for a page
x >= 0Last evaluated key
Was this page helpful?