get https://demo.onefin.in/api/v1/client/linehttps://demo.onefin.in/api/v2/call/api/pan_details_api/
Send pan number and get loan-level repayment details.
Sample Request Data:
{
"pan_number":"ABCPG7589M"
}
Sample Response:
{
"is_success": true,
"data": [
{
"created_time": "2023-10-12T17:57:18.898451Z",
"modified_time": "2023-11-24T01:33:25.556662Z",
"loan_id": "1993890",
"number_of_emis_due": 2,
"number_of_emis_paid": 0,
"due_date": "2023-10-10",
"emi_dues": 10218,
"charges_due": 5,
"bounce_charges": 0,
"penal_charges": 5,
"dpd": 46,
"dues": 5114,
"loan_status": "ACTIVE"
}
]
}