UAN Advance

The UAN (Universal Account Number) Advance API is a specialized tool designed to facilitate seamless access to advance payment features associated with UANs.

uan_advance

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

Post parameters description is given below,

Post Parameter TypeIs MandatoryDescription

uan

String

Yes

UAN Number

Sample Post Parameters

{
"uan": "101831710449"  
}
{
    "success": true,
    "code": 200,
    "status": "completed",
    "reference_id": "a5329996-9c32-4528-839c-a2c1d01d3adf",
    "result": {
        "aadhaar":"000000003705",
        "bankAccountNumber":"567867586758",
        "ifsc": "IDIB088T748",
        "name":"Rakesh",
        "dob":"30-JAN-1995",
        "gender":"M",
        "mobile":"9800000000",
        "email":"rakesh@gmail.com"
    },
    "requested_at": "2024-03-07T07:31:36.763Z",
    "completed_at": "2024-03-07T07:31:37.885Z"
}

Last updated