{
"id": 1,
"amount": 10000,
"status": "upcoming",
"type": "priority",
"payment_date": "2026-06-06",
"account_id": 2,
"estimated_balance": 4313500,
"estimated_payoff_date": "2031-06-01"
}Schemas
PaymentPlanPayment
Payment Plan Payment ID
Example:
1
Payment amount in cents
Example:
10000
Indicates whether payment is paid or upcoming
Available options:
upcoming, paid Example:
"upcoming"
Indicates type of payment.
Available options:
minimum, priority, final Example:
"priority"
When payment should be made
Example:
"2026-06-06"
Account ID for which payment should be made
Example:
2
Expected amount of loan after payment
Example:
4313500
Expected payoff date for the loan
Example:
"2031-06-01"