Integrations & Compatibility
Split Pay integrates at three layers — the e-commerce platform (WooCommerce or FluentCart), the Stripe gateway adapter that processes the charge, and the third-party WooCommerce plugins that change how products are priced or sold.
Since v3.7.0, Split Pay’s adapter architecture lets you mix and match across all three layers. The Integrations tab under the top-level Split Pay menu shows a live card per detected platform and per detected gateway, so you can configure each independently. Below is the canonical list of what is supported and where to learn more.
Platforms#
The host e-commerce system. As of 3.7.0, WooCommerce is no longer required — Split Pay can run standalone on FluentCart.
FluentCart PRO 3.7.0+ ›WooCommerce is the historical default platform and is documented throughout the rest of these docs.
Stripe gateway adapters#
The plugin that actually charges the customer’s card and creates the Stripe charge on your platform account. Split Pay reads the charge after the gateway is done and creates Transfers from there.
Payment Plugins for Stripe WooCommerce 3.7.0+ ›The official WooCommerce Stripe Payment Gateway is the historical default; setup steps live in Quick Start. FluentCart’s built-in Stripe gateway is documented on the FluentCart page.
Running both WooCommerce Stripe gateways (the official one and Payment Plugins’) at the same time is supported — Split Pay registers a separate gateway card on the Integrations tab for each, and routes transfers based on which gateway processed the charge. See Integrations Tab.
Marketplaces#
Multi-vendor marketplace plugins that own your vendors, dashboards, registration, and commission display. Split Pay adds instant, direct Stripe Connect payouts on top — each vendor’s share is transferred to their own Stripe account at the moment of sale, with automatic vendor onboarding, auto-linked products, and commissions that can follow the marketplace’s own membership tiers.
WCFM Marketplace PRO 3.8.0+ › Dokan Marketplace PRO 3.8.0+ ›More marketplace integrations are on the roadmap. Tell us which marketplace you use and we’ll prioritise it.
Third-party WooCommerce plugin compatibility#
Plugins that change how products are priced or sold. Each integration ensures transfer amounts are calculated against the actual amount the customer paid, even when a third-party plugin modifies product pricing or adds line items.
WooCommerce Subscriptions PRO › Product Bundles for WooCommerce PRO › Advanced Product Fields PRO › Product Add-Ons Ultimate PRO › Name Your Price & Customer-Chosen-Price Plugins 3.7.3+ › Custom Integrations ›“Customer chooses the price” plugins (name your price)#
Split Pay 3.7.3+ correctly handles plugins that let the customer override the cart-line price — including WPC Name Your Price, WooCommerce Name Your Price, deposit plugins, and donation plugins. Per-product percentage transfers now apply to the customer-chosen line subtotal, not the product’s configured base price. (On 3.7.0–3.7.2 an 80% split on a $100 chosen-price order would transfer only $0.80; that bug is fixed in 3.7.3.) See the dedicated Name Your Price & Customer-Chosen-Price page and the v3.7.3 changelog.
How integrations work#
Split Pay calculates transfer amounts based on the line item subtotals in the order. When a third-party plugin modifies product pricing — whether through subscription renewals, bundle discounts, custom field surcharges, or customer-chosen prices — Split Pay reads the final line item amount and applies your configured transfer rules to that value.
This means:
- No double-counting — If a bundle discounts the total, the transfer is based on the discounted amount.
- Accurate renewals — Subscription renewal payments are processed with the same transfer rules as the initial payment.
- Custom pricing included — Surcharges from plugins like Advanced Product Fields are reflected in the transfer calculation.
- Per-group routing — Product Add-Ons Ultimate extras can be transferred to separate connected accounts per add-on group.
- Customer-chosen prices honoured — Name Your Price and similar plugins use the line subtotal, not the base product price (3.7.3+).
General WooCommerce compatibility#
Split Pay is compatible with any WooCommerce plugin that uses standard order line items and does not replace the Stripe payment gateway. The plugin hooks into the payment completion event and reads order data, so as long as products appear as standard line items, transfers will be calculated correctly.
If you use a plugin that creates non-standard product types or custom checkout flows, see Custom Integrations. Developers can also use the spp_integrations filter and spp_register_integrations action (3.7.0+) to plug in their own platform/gateway adapter from third-party code.
Requesting new integrations#
If you use an extension that isn’t listed here and are experiencing issues with transfer calculations, we’d love to hear about it. Our development team regularly evaluates new integration requests based on demand.
- Visit the support page and submit a request.
- Include the name and version of the plugin you’d like us to support.
- Describe the issue you’re encountering (if any) with the current behavior.
In the meantime, the Developer Filters provide a powerful way to customize transfer behavior for unsupported product types or plugins.