Update Sub VA
Use this API to update an existing sub-virtual account.
API URL: https://api.bulkpe.in/client/updateSubVA
Method: POST
Auth: Please refer to the Authorization page.
{
"vaId": "SVA0022906", //sub va id which you're going to update
"settle_to": "SELF", //SELF (collected money will remain in sub VA) or PARENT (Will settle to Master VA)
"name": "Test VA",
"udf1": "Peid Piper", //optional
"udf2": "", //optional
"udf3": "", //optional
"reference_id": "Ref-45f8339d3e1", //unique reference id for this request
"business_name": "Business Name or individual name goes here", //can be updated only once
"pan": "pan of the above business or individual goes here" //can be updated only once
}
{
"status": true,
"statusCode": 200,
"data": {},
"message": "Update Sucessfully!"
}