Bank Account Details Using VPA

API will provide the bank account details for the VPA provided.

vpa_analysis

POST https://secctrl.tutelar.io/api/v1/kyc/banking/vpa_analysis

Post parameters description is given below,

Post Parameter
Type
Is Mandatory
Description

vpa

String

Yes

Virtual Payment Address

Sample Post Parameters

{
    "vpa": "6XXXXXXXXX@paytm"
}
{
    "success": true,
    "code": 200,
    "status": "completed",
    "reference_id": "391c9c44-a688-4a1f-b43f-5358f12bf775",
    "result": {
        "name": "Mr R XXXXXXX",
        "ifsc": "IDIB000T022",
        "vpa": "6XXXXXXXXX@paytm",
        "vpaDetails": {
            "vpa": "6XXXXXXXXX@paytm",
            "account_holder_name": "Mr R XXXXXXX",
            "entity_type": "INDIVIDUAL"
        },
        "accountDetails": {
            "account_type": "SAVINGS",
            "account_ifsc": "IDIB000T022"
        },
        "ifscDetails": {
            "BANK": "Indian Bank",
            "IFSC": "IDIB000T022",
            "BRANCH": "TIMIRI",
            "CENTRE": "TIMIRI",
            "DISTRICT": "TIMIRI",
            "STATE": "TAMIL NADU",
            "ADDRESS": "38/81 NEHRU BAZAAR TIMIRI TIMIRI  PIN 632512",
            "CONTACT": "+91XXXXXXXXXX",
            "IMPS": "TRUE",
            "RTGS": "TRUE",
            "CITY": "RANIPET",
            "ISO3166": "IN-TN",
            "NEFT": "TRUE",
            "MICR": "632000000",
            "UPI": "TRUE"
        },
        "txnId": "e56f6e78-672c-465d-9a2b-3ca5aa333444"
    },
    "requested_at": "2026-03-03T06:10:46.254Z",
    "completed_at": "2026-03-03T06:10:48.565Z"
}

Check Document Status

Get document details

This Get details API using to fetch the latest updated response when the above API gave the status as in-progress by using the reference_id

GET https://secctrl.tutelar.io/api/v1/kyc/banking/vpa_analysis

Query parameters description is given below,

Query Parameter
Type
Is Mandatory
Description

reference_id

String

Yes

Document reference id

Last updated