Fetch Sub VA
Use this API to get a sub-virtual account details.
API URL: https://api.bulkpe.in/client/fetchSubVa
Method: POST
Auth: Please refer to the Authorization page.
{
"vaId": "SVA0022906"
}
{
"status": true,
"statusCode": 200,
"data": {
"vaId": "SVA0022906",
"name": "Richard",
"reference_id": "Ref-a454f804-079d-4783-bf7b-c284a745fb0f",
"settle_to": "SELF",
"accounts": [
{
"account_number": "77220023006",
"ifscCode": "UTIB0CCH274",
"upi": ""
}
],
"Balance": 1,
"udf1": "va",
"udf2": "Hey",
"udf3": "",
"isWhitelistAccount": true,
"WhitelistAccounts": [
{
"referns": "",
"name": "Richard",
"accountNumber": "62849024246845",
"ifscCode": "IDIB000M100",
"isEnabled": true,
"status": 1,
"createdAt": "2023-11-11T04:00:27.356Z",
"updatedAt": "2023-11-11T04:00:27.356Z",
"swhId": 2,
"__v": 0
}
],
"yetToSettle": 0,
"status": "ACTIVE",
"createdAt": "2023-11-11T04:00:27.331Z",
"updatedAt": "2023-11-11T04:21:25.754Z"
},
"message": "Data Found!"
}