Integration Details

To integrate Part Payments, you'll primarily interact with our Order Creation and Transaction APIs.

Order Creation Payload

The payment_rules object within your order creation payload is where you define the Part Payment configuration.

Fixed Part Payment Sample Payload

Flexible Part Payment Sample Payload

[Note:] Fixed and Flexible plan can be sent in the payload together.

payment_rules.payment_flows.part_payment.status:

  • OPTIONAL: Part Payment is an alternative to full payment.

  • REQUIRED: Users must select a Part Payment plan.

Due Dates (due_date and plan_due_date): These are EPOCH timestamps representing the due date in seconds. plan_due_date of the selected plan becomes the order expiry.

Last updated 10 months ago