Checkout Customization
Five powerful checkout configurations — from guided widgets to fully custom API builds. Choose the experience that fits your business.
Dynamic Final Payment Date
Auto-calculate schedules around your customer's timeline
When your customers book an appointment, event, or service with a fixed date, the Dynamic Final Payment Date option automatically builds a payment schedule that completes before that date. No manual math — your customer picks their date, chooses a frequency, and the plan handles the rest.
Ideal for
Payment Plan Builder
Appointment Date
Payment Frequency
Layaway Widget
Structured installment plans for retail and high-ticket items
The Layaway Widget gives customers a clear, visual way to break large purchases into structured installments. They toggle between preset payment counts (3, 6, or 12), choose a start date, and see exactly what each installment costs — no surprises, no hidden fees.
Ideal for
Layaway Plan
Number of Payments
Start Date
Split Payment Selector
Even splits for classes, memberships, and recurring services
The Split Payment Selector lets customers choose an event or class date and a payment frequency — then splits the balance evenly across installments. It's ideal for education, memberships, and any service where customers commit ahead of time.
Ideal for
Split Payment
Class Start Date
Split Frequency
Pre-Order Flexible Options
Full schedule preview for product launches and custom orders
Customers configure plan duration and their preferred payment day via simple dropdowns, then see a complete payment schedule preview before they commit. This transparency builds trust and reduces cart abandonment for pre-orders and made-to-order goods.
Ideal for
Pre-Order Plan
Duration
Pay on the
Payment Schedule
Fully Custom
Build any checkout experience with the Partial.ly API
When none of the pre-built options fit, go fully custom. Use the Partial.ly API to create checkout experiences with custom fields, conditional logic, branded flows, and unique payment structures tailored to your exact business model.
Ideal for
POST /api/v1/payment_plan
{
"amount": 5000,
"currency": "USD",
"schedule": {
"type": "custom",
"installments": [...]
},
"meta": { ... }
}
Ready to Get Started?
Create your free account and start accepting flexible payments today.