India Bank Account Search

Search bank account and obtain certified information

Credit Message Error
- {"code": "credit_message", "message": "Credit limit reached! For assistance, please contact the support"}

Request and Response Object Structures.

{
    "entity": string,
    "ifsc": string
}
{
    "results": [
    {
            "id": integer,
            "entity_name": string,
            "address": string,
            "created_at": string,
            "updated_at": string,
            "created_by": string,
            "search_type": string,
            "status": string,
            "raw_data": [],
            "message": string
        }
    ]
}

Sample Requests and Responses.

{
    "entity": "9***********3",
    "ifsc":"U*********1"
}
{
    "results": [
        {
            "id": 915,
            "entity_name": "9***********3",
            "address": "india",
            "created_at": "2023-06-20T18:22:58.001107Z",
            "updated_at": "2023-06-20T18:22:58.001126Z",
            "created_by": "compliancely",
            "search_type": "KYB",
            "status": "Pending",
            "message": "Record created successfully"
        }
    ]
}
{
    "name": [
        "Bank account field is required"
    ],
    "ifsc": [
        "ifsc field is required"
    ],
    "status": 0
}
{
    "detail": "Authentication credentials were not provided."
}
{
    "status": 0,
    "custom_credit_message": [
        "Credit limit reached! For assistance, please contact the support"
    ]
}
{
    "detail": "Invalid token."
}
{
    "detail": "Invalid token header. No credentials provided."
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!