v1
latestOpenAPI 3.1.02026-07-2418201.6 MBCreate Virtual Account
This API is an updated version of creating a virtual account on Decentro's v3 stack.
post/v3/banking/account/virtual
Headers
client_idstring required
Decentro assigned client_id during onboarding.
client_secretstring required
Decentro assigned client_secret during on boarding.
x_on_behalf_ofstring
Optional header that allows parent merchant to consume the API on behalf of sub-merchant.
Request body
Response
200
Example response
{
"decentro_txn_id": "E3335083304D418FA8E340BE63CB29B5",
"api_status": "SUCCESS",
"message": "Virtual accounts created successfully.",
"data": {
"account_details": [
{
"custom_va_number": "000054321",
"virtual_account_number": "4625250000054321",
"virtual_account_ifsc": "YESB0CMSNOC",
"virtual_account_status": "ACTIVE",
"transfer_type_enabled": [
"IMPS"
]
}
]
},
"response_key": "success_virtual_account_created"
}