Table of contents

VPA Verification

Use this API to verify any UPI VPA and get the VPA holder name as per bank records.

API URL: https://api.bulkpe.in/client/verify-vpa

Method: POST

Auth: Please refer to the Authorization page.

{ "vpa": "aintworried@axl", "reference_id": "verify020" }
{ "status": true, "statusCode": 200, "data": { "account_holder_name": "Sathya Narayanan", "beneAccNum": "aintworried@axl", "transcation_id": "TRAREF0001788235", "reference_id": "verify020", "amount": 0, "payment_mode": "UPI", "status": "SUCCESS", "message": "Transaction Success", } }