API Documentation

This API helps to do the Bank Account Verification. Use this API to validate the given bank account number and IFSC. This is a sync verification request.

Bank Account Verification API verifies bank accounts before sending any money with just a few clicks. Bank account verification API helps you to check the legitimacy of onboarding users just by using their bank account number and IFSC code. This ensures smooth transactions and minimal compliance.
Use this API to validate the given bank account number and IFSC. This is a sync verification request.

Authorization

Authorization will be of Basic Type. Key Value and Secret Value shall be entered as authorization tokens.

Key Valuehylo_1242_bf18f7c9e196ae89
Secret Value$2a$10$vhAGOlRBeAkMN9w5DpKIJ.bvF

Sample Request

{
    "bankAccNo": "35274456772",
    "bankCode": "SBIN0010578"
}

Sample Response

{
    "Code": "0",
    "Message": "Bank Account Verified Successfully",
    "Status": "APPROVED",
    "Bank": {
        "Name": "HDFC BANK",
        "Code": "HDFC0007811",
        "AccHolderName": "JAY CHHAGAN REVAR",
        "Branch": "VIDYAVIHAR WEST",
        "City": "MUMBAI",
        "UTR": "304816141756",
        "MICR": "0"
    },
    "IsValid": true,
    "AccountHolderName": "JAY CHHAGAN REVAR",
    "IFSC": "HDFC0007811"
}

Questions? Contact Us 📧 [email protected]

Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!