GroupMonthlyPayment
Payitoff API: GroupMonthlyPayment
Schema
A GroupMonthlyPayment
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 the PaymentGroup
a PortfolioLoan
object may belong to.
Schema Definition
Property | Type | Format | Description |
---|---|---|---|
|
|
| The outstanding payment amount that is currently due. This value can be greater or less than the NOTE: Money values are returned as decimal strings with 2-digit precision. Defaults to |
|
| 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 outstanding amount that is currently past due. NOTE: Money values are returned as decimal strings with 2-digit precision. Defaults to |
|
|
| 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
{
"current_amount": "0.00",
"estimated": true,
"next_payment_due": "2022-04-01",
"past_due_amount": "0.00",
"scheduled_amount": "238.00"
}
Updated 7 months ago