Table of contents

Bank Verification (PennyDrop)

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": "APIBENE0090138442", "beneName": "BulkpePenny90138442", "beneAccNum": "97232432424", "beneIfscCode": "DBSS0IN0811", "transaction_id": "TRAREF00090138441", "reference_id": "324257", "amount": 1, "payment_remark": "Test Verification", "payment_mode": "IMPS", "status": "SUCCESS", "message": "TRANSACTION SUCCESS", "utr": "2423424242424", "account_holder_name": "Verified Holder Name Comes Here" }, "message": "TRANSACTION SUCCESS" }