v1
latestOpenAPI 3.0.32026-07-2621102.1 MBLoan
Get Loan Status
Use the Get Loan Status endpoint to get the most recent information on a loan.
For optional parameters, do not pass an empty string or null value.
post/1.0/getLoanStatus
Response
Success
Example response
{
"response_data": {
"loan_apr": 15,
"interest_rate": 15,
"rate_type": "FIXED",
"installment_amount": 1740.34,
"next_installment_amount": 1740.34,
"next_installment_due_date": "2022-02-01",
"principal_balance": 10000,
"loan_status": "ACTIVE",
"payoff_amount": 10000,
"loan_closed_date": "2022-06-21",
"per_diem_interest_amount": 1.61363,
"number_payments_remaining": 6,
"loan_payment_status": "OCUR",
"projected_maturity_date": "2022-07-01",
"loan_start_date": "2022-06-02"
}
}