Table of contents

List Sub-VAs

Use this API to get the list of sub-virtual accounts created.

API URL: https://api.bulkpe.in/client/fetchAllSubVa

Method: POST

Auth: Please refer to the Authorization page.

{ "page": 1, "limit": 20 }
{ "status": true, "statusCode": 200, "data": [ { "vaId": "SVA002", "name": "Sathya VA1", "reference_id": "ref1", "settle_to": "SELF", "accounts": [ { "account_number": "77227733102", "ifscCode": "UTIB0CCH274", "upi": "" } ], "Balance": 1, "udf1": "hello world", "udf2": "", "udf3": "", "isWhitelistAccount": false, "status": "ACTIVE", "yetToSettle": 0, "createdAt": "2022-08-24T18:26:48.577Z", "updatedAt": "2022-08-24T21:12:54.876Z" }, { "vaId": "SVA003", "name": "Sathya VA", "reference_id": "ref2", "settle_to": "SELF", "accounts": [ { "account_number": "77227733103", "ifscCode": "UTIB0CCH274", "upi": "" } ], "Balance": 1, "udf1": "va", "udf2": "Hey", "udf3": "", "isWhitelistAccount": false, "status": "ACTIVE", "yetToSettle": 0, "createdAt": "2022-08-24T18:35:19.735Z", "updatedAt": "2022-08-24T21:11:58.531Z" } ], "message": "Data Found!", "total": 2 }