Split payments let customers break a large purchase into smaller installments, making high-ticket products more accessible and increasing conversion. Unlike subscriptions, split payments end automatically after the final installment — no cancellation needed, the customer owns the product.
This guide explains how to set up split payments in WooCommerce with WPSubscription, including how to price installments fairly, structure your installment plans, and prevent default risk.
Why This Matters
Split payments remove price as a barrier on high-ticket items. Offering a $300 course as three payments of $100 changes the psychological commitment from "Is this worth $300?" to "Is this worth $100 today?" — a dramatically easier decision.
Research on price framing consistently shows installments increase purchase rates by 20-40% on products $200+, even when total cost is unchanged. For WooCommerce stores selling courses, premium plugins, coaching programs, or digital bundles, split payment can meaningfully expand the addressable market without lowering prices.
Before You Start
- WPSubscription Pro installed (split payment is a Pro feature)
- A payment gateway configured that supports recurring charges (Stripe recommended)
- At least one high-value product where installments make sense ($200+)
- A clear pricing strategy (number of installments, premium vs full-pay price)
- Clear copy explaining the installment plan to customers
Step-by-Step Instructions
Create or edit the product
Go to Products → Add New (or edit an existing product). Set the product type to "Simple subscription" in the Product data panel.
This is the same product type used for subscriptions — split payments are configured in the billing settings as a fixed-cycle subscription. The shared product type simplifies things since you use the same underlying recurring payment infrastructure.
Configure the installment plan
In the WPSubscription product settings, set the subscription price to the amount per installment (not the total price). Set the billing interval to the period between installments (e.g., monthly, bi-weekly).
In the "Number of payments" field, enter the total number of installments (e.g., 3 for a 3-payment plan). WPSubscription will automatically stop billing after this number of charges.
For a $300 product split into 3 monthly payments: price = $100, interval = monthly, payments = 3.
Offer both full payment and installment options
Convert the product to a "Variable subscription" type. Create two variations: one for the full one-time price (e.g., "Pay in full — $270"), and one for the installment plan (e.g., "3 monthly payments of $100").
Label them clearly so customers understand exactly what they're choosing. The full-pay option is often slightly cheaper than installments (5-15% premium for installments compensates for default risk), which incentivizes customers who can afford it to choose pay-in-full.
Update product page copy clearly
Add copy to the product page that explicitly explains how split payments work: the number of installments, the amount per payment, the interval, when billing stops, and what the customer gets access to. Use language like "3 monthly payments of $100, then no further charges" rather than "subscription" to avoid confusing customers.
Clarity at this stage prevents post-purchase confusion and reduces support requests asking "is this a subscription?".
Test the full installment flow end-to-end
Complete a test purchase using your gateway's test mode. Verify the subscription is created with the correct number of payments remaining.
Use Stripe's test clock to advance time and confirm: subsequent billing cycles fire on schedule, the total number of charges matches your configuration, and after the final billing cycle, the subscription status moves to "Completed" rather than remaining "Active". Also test the cancellation flow during installments — confirm what happens if a customer cancels mid-plan.
Configure failed-installment handling
In WPSubscription → Settings, configure how failed installment payments are handled. Default behavior: retry on day 1, 3, and 7 (same as subscription dunning).
For installments, you may want to escalate faster — failed installments represent unfulfilled purchase obligations and should not be treated as casually as subscription renewals. Consider pausing access or escalating to admin notification after 2-3 failed retry attempts.
Pro Tips
- Use installments primarily for products $200+ — lower-priced products don't benefit enough from the friction reduction
- Charge a 5-15% premium for installments to compensate for failed-payment risk
- Test 3 vs 6 installment options — 3 typically converts best and has lowest default rates
- Make the installment terms crystal clear on the product page (number, amount, total)
- Treat failed installment payments more seriously than subscription failures — they're unfulfilled obligations
Result
Your WooCommerce store now offers installment payment plans on high-ticket products, with billing stopping automatically after the final payment — no cancellation required by the customer. The lower per-payment price expands your addressable market while WPSubscription handles all billing automation.
Troubleshooting
Problem:Billing continues past the configured number of installments
Solution:Check that the "Number of payments" field is set and saved correctly on the product. If billing still continues, check WPSubscription → Settings for any global billing override settings that might be overriding the per-product limit. Also verify the subscription record in WooCommerce → Subscriptions shows the correct max billing cycles configured.
Problem:Customers are confused about whether this is a subscription or installment plan
Solution:Add explicit product description copy (e.g., "3 monthly payments of $100, then no further charges") and update the checkout order summary to reflect the installment nature. Rename the product to include "Payment plan" in its title to set clear expectations from the product listing onward.
Problem:High failure rate on later installments (3rd, 4th, etc.)
Solution:Common pattern: customers default after 1-2 installments because they didn't budget for the full cost or their financial situation changed. Reduce by: requiring stronger credit verification at signup (some gateways support this), shorter installment periods (3 months max), and clearer upfront commitment messaging. Also enable account updater services to handle expired-card failures.
Problem:Customers want to pay off the remaining installments early
Solution:WPSubscription does not automatically support "pay early" for installment plans. You can manually charge the remaining amount via the WooCommerce admin and then cancel the subscription. For high-volume installment businesses, consider building a custom "pay off" flow as a feature request — this is occasionally implemented for specific stores.
Frequently Asked Questions
Is split payment the same as a subscription?
What happens if a customer misses a split payment installment?
Can I offer both split payment and full payment on the same product?
How is split payment different from Buy Now Pay Later (BNPL)?
What's the typical completion rate for split payment plans?
Related Glossary Terms
More Guides
How to Add Subscriptions to WooCommerce
6 steps · Enable recurring subscription products on your WooCommerce store in under 10 minutes.
How to Set Up Recurring Payments in WooCommerce
6 steps · Connect your payment gateway and configure automatic billing schedules for subscription products.
How to Handle Failed Payments in WooCommerce
6 steps · Configure automatic retry logic and customer notifications to recover failed subscription payments.