v1
latestOpenAPI 3.0.32026-07-2621102.1 MBLoan
Update Loan Status
Use the Update Loan Status to set a loan to charge-off status. In the future, this supports scenarios like bankruptcy.
For optional parameters, do not pass an empty string or null value.
post/1.0/updateLoanStatus
Response
Success
Example response
{
"response_data": {
"loan_status": "charge_off",
"loan_id": "450825953",
"loan_balance": 10000,
"total_charge_off_amount": 10000
}
}