---
title: "Integrations &amp; Compatibility"
description: "Split Pay integrates with two e-commerce platforms (WooCommerce, FluentCart), three Stripe gateway adapters (official WC Stripe, Payment Plugins for Stripe, FluentCart's built-in Stripe), and a curated set of third-party WooCommerce plugins (Subscriptions, Product Bundles, Advanced Product Fields, Product Add-Ons Ultimate, and more)."
url: "https://docs.splitpayplugin.com/features/integrations-and-compatibility/"
---
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+ ›](../../features/integrations-and-compatibility/fluentcart/)

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+ ›](../../features/integrations-and-compatibility/payment-plugins-for-stripe-woocommerce/)

The official [WooCommerce Stripe Payment Gateway](https://wordpress.org/plugins/woocommerce-gateway-stripe/) is the historical default; setup steps live in [Quick Start](../../getting-started/quick-start/). FluentCart’s built-in Stripe gateway is documented on the [FluentCart](../../features/integrations-and-compatibility/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](../../getting-started/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+ ›](../../features/integrations-and-compatibility/wcfm-marketplace/) [Dokan Marketplace PRO 3.8.0+ ›](../../features/integrations-and-compatibility/dokan-marketplace/)

More marketplace integrations are on the roadmap. [Tell us which marketplace you use](https://gauchoplugins.com/support/) 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 ›](../../features/integrations-and-compatibility/woocommerce-subscriptions/) [Product Bundles for WooCommerce PRO ›](../../features/integrations-and-compatibility/product-bundles-for-woocommerce/) [Advanced Product Fields PRO ›](../../features/integrations-and-compatibility/advanced-product-fields/) [Product Add-Ons Ultimate PRO ›](../../features/integrations-and-compatibility/product-add-ons-ultimate/) [Name Your Price & Customer-Chosen-Price Plugins 3.7.3+ ›](../../features/integrations-and-compatibility/name-your-price-and-customer-chosen-price/) [Custom Integrations ›](../../features/integrations-and-compatibility/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](../../features/integrations-and-compatibility/name-your-price-and-customer-chosen-price/) page and the [v3.7.3 changelog](../../support/changelog/#v3-7-3).

## 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](../../features/integrations-and-compatibility/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](https://gauchoplugins.com/support) 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](../../features/developer-filters/) provide a powerful way to customize transfer behavior for unsupported product types or plugins.
