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",
"created_at": 1,
"notes": {},
"name": "<string>"
},
"transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Create Virtual Account API allows you to create a virtual account
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",
"created_at": 1,
"notes": {},
"name": "<string>"
},
"transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Preference of account number
Name on account
The body is of type object.
Was this page helpful?