MonthlyPayment
Payitoff API: MonthlyPayment
Schema
A MonthlyPayment
object describes both what has been retrieved from Servicer Aggregation, as well as any other pertinent information we can interpret and calculate from collected data to accurately describe each PortfolioLoan
object.
Schema Definition
Property | Type | Format | Description |
---|---|---|---|
|
| Indicates if the NOTE: Every servicer calculates and exposes a borrower's monthly payment in different ways. Payitoff uses a variety of intelligent heuristics to provide the most accurate | |
|
|
| A |
|
|
| The scheduled monthly payment a borrower is expected to pay, as reported by their Servicer. NOTE: Money values are returned as decimal strings with 2-digit precision. |
Example
{
"estimated": true,
"next_payment_due": "2022-04-01",
"scheduled_amount": "238.00"
}
Updated 7 months ago