Table of contents

Bank Verification

Use this API to drop a penny to get the bank account holder's name as per bank. Please note that this is not a synchronous API. After calling this API, you can retrieve the account holder's name through two methods: via a Fetch Status API call or through a callback. Learn more about the Fetch Status API  from here and configure your callback URL here.

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

Method: POST

Auth: Please refer to the Authorization page.

{ "account_number": "922020029892326", "ifsc": "UTIB0000006", "reference_id": "324257" }
{ "status": true, "statusCode": 200, "data": { "beneCode": "TEAPIBENEF654", "beneName": "BulkpePenny654", "beneAccNum": "50100301025676", "beneIfscCode": "HDFC000068", "beneAcType": 10, "transcation_id": "TETRAREF000653", "reference_id": "", "amount": 1, "payment_remark": "From name using Bulkpe", "payment_mode": "IMPS", "status": "FAILED", "message": "Insufficient Balance" }, "message": "Transcation Processing" }