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