Table of contents

VPA to Account Number

Use this sync API to get bank account number, IFSC and account holder name using VPA/UPI ID.

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

Method: POST

Auth: Please refer to the Authorization page.

Body

{ "vpa": "testvpa@okhdfc", "reference_id":"test009" //unique reference id }

Response

{ "status": true, "statusCode": 200, "data": { "account_holder_name": "Abhishek Kumar", "accountNumber": "234242XXXX2432432", "ifsc": "NESF0000333", "upi": "testvpa@okhdfc", "transaction_id": "TRAREF00078638071", "reference_id": "test009", "amount": 0.01, "payment_mode": "UPI", "status": "SUCCESS", "message": "Transaction Success" } }