Definition
Split payment (also called installment payment) divides a product's total price into multiple smaller charges spread over time. Unlike subscriptions — which are for ongoing access — split payments have a defined number of installments after which billing stops automatically and the customer owns the product outright.
Split payments differ from "Buy Now Pay Later" (BNPL) services like Klarna or Affirm in that the merchant collects the payments directly rather than receiving full payment upfront from a financing partner. The merchant takes on the risk of failed payments but keeps 100% of the revenue (no BNPL fees) and maintains the customer relationship.
Why It Matters for WooCommerce Stores
Split payments remove price as a barrier for high-value products. 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.
The behavioral economics is powerful: research on price framing shows that offering installments increases purchase rates by 20-40% on high-ticket items even when the total price is unchanged. For WooCommerce stores selling courses ($500-$2,000), high-end plugins, digital bundles, or coaching programs, split payment can dramatically expand the addressable market.
The model also smooths cash flow for buyers (which they appreciate) while still generating predictable revenue for sellers (since the installment schedule is fixed at purchase).
How It Works
The merchant defines the number of installments and total amount. WPSubscription creates a fixed number of recurring charges at the set interval.
After the final installment, billing stops automatically — no cancellation needed. The customer now owns the product or has completed their commitment.
Behind the scenes, split payments use the same recurring payment infrastructure as subscriptions, but with a "max billing cycles" parameter that automatically transitions the subscription to "completed" status after the final charge. The product remains accessible to the customer permanently (for digital goods) or is shipped according to the agreed schedule (for physical goods).
Real-World Example
A WooCommerce course creator sells a $497 advanced course. They offer two payment options: "Pay in full — $497" or "3 monthly payments of $179" (total $537, including a small premium for the installment plan).
A customer chooses installments on March 1: charged $179 immediately, $179 on April 1, and $179 on May 1. After May 1, billing stops automatically.
The customer has paid $537 total, owns the course permanently, and never has to "cancel" anything. The creator collected the same revenue as a one-time sale of $537, just spread over 3 months — and the lower per-payment price made the course accessible to a wider audience.
Best Practices
- Offer both pay-in-full and installment options — let customers choose based on their budget
- Charge a small premium (5-15%) for installments to compensate for failed payment risk
- Make the installment terms crystal clear on the product page (number, amount, duration)
- Use installments primarily for products $200+ — lower-priced products don't benefit from the friction reduction
- Test 3 vs 6 installment options — 3 typically converts best and has lowest default rates
Common Mistakes
- Not clearly explaining that split payments have an end date — customers worry it's an indefinite subscription
- Pricing installments so the total significantly exceeds the one-time price — customers will do the math
- Not offering both pay-in-full and split payment options, forcing customers into a single payment path
- Granting full product access before all installments are paid — increases default risk on digital goods
- Not handling failed installment payments — losing the customer mid-payment is worse than no sale
In WooCommerce with WPSubscription
WPSubscription adds split payment support to any WooCommerce product. Set the number of installments, the amount per payment, and the billing interval — the plugin handles all billing automatically and stops charging after the final installment without any manual intervention.
The same dunning logic that protects subscription revenue also recovers failed installment payments, maximizing the percentage of split-payment plans that complete successfully.