Activate Sub VA
Use this API to activate a sub-virtual account.
API URL: https://api.bulkpe.in/client/enableVa
Method: POST
Auth: Please refer to the Authorization page.
{
"vaId": "SVA0013851"
}
{
"status": true,
"statusCode": 200,
"data": {
"vaId": "SVA0013851",
"name": "Sathya - 813e63de-4511-4fc4-9d7c-cc7b11d41265",
"accounts": [
{
"account_number": "7722773313951",
"ifscCode": "UTIB0CCH274",
"upi": ""
}
],
"sWhitelistAccount": false,
"createdVia": "API",
"reference_id": "Ref-81ebadb6-0804-43f8-aa61-a55deb8514f6",
"udf1": "hello world",
"udf2": "",
"udf3": "",
"createdAt": "2023-03-29T10:24:06.120Z",
"updatedAt": "2023-11-16T15:04:13.145Z"
},
"message": "Sub-Virtual Account is activated, please find your account number, IFSC and VPA"
}