Skip to main content
id
integer
required

Payment Plan Payment ID

Example:

1

amount
integer
required

Payment amount in cents

Example:

10000

status
enum<string>
required

Indicates whether payment is paid or upcoming

Available options:
upcoming,
paid
Example:

"upcoming"

type
enum<string>
required

Indicates type of payment.

Available options:
minimum,
priority,
final
Example:

"priority"

payment_date
string
required

When payment should be made

Example:

"2026-06-06"

account_id
integer
required

Account ID for which payment should be made

Example:

2

estimated_balance
integer

Expected amount of loan after payment

Example:

4313500

estimated_payoff_date
string

Expected payoff date for the loan

Example:

"2031-06-01"