Create a payment plan with charges for $0 down payments.
The tenant you are making this request on behalf of
Your api key
Request schema for creating payment plans with charges ($0 down payments).
Represents the creation of a payment plan without an ID.
This model defines the structure for creating a new payment plan, including details about the initial payment, associated charge, frequency of payments, number of installments, and the amount for each installment.
Successful Response
Represents the creation of a payment plan with an ID and associated payment method.
This model extends PaymentPlanCreateWithoutID by adding an automatically generated ID and a required payment method ID. It includes all the fields from the parent class along with these additional attributes.
Attributes: id (str): An automatically generated unique identifier for the payment plan. payment_method_id (str): The ID of the associated payment method used for installments.
The initial payment amount for the payment plan
The IDs of the associated charges
The frequency of installment payments
WEEKLY, BIWEEKLY, MONTHLY The number of installment payments
The amount of each installment payment
The ID of the associated payment method
The ID of the associated location
Optional start date for the first payment (only allowed for $0 down payment plans)
The ID of the payment plan