LoanStatus
Payitoff API: LoanStatus
Schema
Schema Definition
Property | Type | Format | Description |
---|---|---|---|
code | string | The official federal code that indicates the current status of a loan. | |
description | string | The official federal description of the current status of a loan. |
Example
{
"code": "FB",
"description": "Forbearance"
}
Click here for the complete list of possible Loan Status code and description values
Updated almost 3 years ago