Description
UR – Split Transfers with Stripe for WooCommerce is a secure, lightweight, and developer-friendly payment routing plugin for WooCommerce powered by Stripe Connect. It automatically splits incoming customer payments and creates fund transfers to your connected Stripe vendor, partner, or contractor accounts upon successful checkout.
Whether you run a multi-vendor marketplace, manage partner commissions, distribute platform revenue shares, or coordinate franchise payouts, Split Transfers automates the backend transfer calculation and execution with zero manual intervention.
🚀 Key Features
- Automated Transfer Execution: Transfers funds automatically to connected Stripe accounts upon WooCommerce order completion (
woocommerce_payment_complete) or asynchronous payment confirmation (charge.succeeded). - Flexible Split Rules: Configure whole-order splits using percentage-based calculations (with basis points precision) or fixed currency amounts per destination.
- Multi-Account Fan-Out: Split a single WooCommerce order across multiple connected Stripe accounts simultaneously.
- 1-Click Stripe Sync: Synchronize connected accounts and automatically create/refresh your Stripe webhook endpoint and signing secret with a single click.
- Secure Credential Management: Dedicated test and live Stripe key management with strict storage discipline—autoload disabled, masked inputs, and zero plaintext secret leakage in the admin interface.
- Detailed Activity Log & CSV Export: Searchable, filterable transfer log with status pills, formatted currency amounts, direct deep-links to the Stripe Dashboard, and memory-efficient chunked CSV exports.
- Order Audit Trail: Automatic WooCommerce order notes track transfer progress, including Stripe transfer IDs (
tr_*), destination account IDs, amounts, and detailed error messages if an API issue arises. - Native WordPress Site Health Integration: Four dedicated status tests monitor dependencies, webhook secret presence, transfer error rates, and platform-to-connected-account country compatibility.
- High-Performance Order Storage (HPOS) Ready: Fully compatible with WooCommerce HPOS (custom order tables) and traditional post storage.
- Developer Extensible: Extensible action and filter hooks.
External services
Split Transfers connects to external services provided by Stripe, Inc. to execute payment transfers and synchronize account configurations.
-
Stripe API (
https://api.stripe.com)- Purpose: Creating Stripe Transfers to connected accounts, listing and verifying connected accounts, validating API credentials, and registering or updating webhook endpoints.
- Data Sent: Stripe Account IDs (
acct_*), transfer monetary amounts, currency codes, WooCommerce order ID references, and cryptographic idempotency keys. Customer personal details (such as names, addresses, or phone numbers) are never transmitted to the Stripe transfer endpoint. - When Sent: When an order is completed, when a verified payment webhook is received, when clicking “Sync Connected Accounts” or “Sync Webhooks” in the admin dashboard, or when running a connection test.
- Service Provider: Stripe, Inc.
- Terms of Service: https://stripe.com/legal/consumer
- Privacy Policy: https://stripe.com/privacy
-
Stripe Webhooks (
https://api.stripe.com)- Purpose: Receiving signed webhook notifications from Stripe (specifically
charge.succeeded) to execute transfers for asynchronous payment methods. - Data Received: Stripe event metadata, charge IDs, and transfer status indicators. Every request is verified using the stored Stripe webhook signing secret.
- Service Provider: Stripe, Inc.
- Privacy Policy: https://stripe.com/privacy
- Purpose: Receiving signed webhook notifications from Stripe (specifically
Screenshots




Installation
Minimum Requirements
- WordPress 6.2 or higher
- WooCommerce 6.0 or higher
- WooCommerce Stripe Payment Gateway 7.0 or higher (or compatible Stripe payment processing)
- PHP 7.4 or higher
- A Stripe account with Stripe Connect enabled (Standard, Express, or Custom accounts)
Automatic Installation
- Log in to your WordPress admin dashboard.
- Navigate to Plugins > Add New.
- Search for UR – Split Transfers with Stripe for WooCommerce.
- Click Install Now, then click Activate.
Manual Installation
- Download the
ur-split-transfers.ziparchive. - Unzip and upload the
ur-split-transfersfolder to your/wp-content/plugins/directory. - Activate the plugin through the Plugins menu in WordPress.
Initial Configuration
- Go to the new Split Transfers > Integrations menu in your WordPress dashboard.
- Select your operating mode (Test or Live) and enter your Stripe Publishable Key and Secret Key. Click Save Keys, then click Test Connection to confirm connectivity.
- Click Sync Webhooks to automatically register your store’s webhook endpoint in Stripe and retrieve your webhook signing secret.
- Click Sync Connected Accounts to import your active connected Stripe accounts.
- Go to Split Transfers > Global Transfer Settings.
- Click + Add account, select your connected account, specify the transfer type (Percentage or Fixed amount), and enter the split value.
- Click Save Changes. Your split rules are now active!
FAQ
-
What Stripe Connect account types are supported?
-
Split Transfers supports all Stripe Connect connected account types, including Standard, Express, and Custom connected accounts.
-
Can I split an order across multiple connected accounts?
-
Yes! You can add multiple connected accounts in the Global Transfer Settings. Split Transfers will calculate each split according to your configured percentage or fixed values and execute separate transfers for each destination upon checkout.
-
Does Split Transfers store sensitive credit card information?
-
No. Split Transfers never collects, processes, or stores credit card numbers, CVVs, or sensitive customer payment credentials. Customer payment details are handled directly by Stripe and the WooCommerce Stripe Payment Gateway.
-
What happens if a transfer fails?
-
If Stripe rejects a transfer (for example, due to insufficient platform balance, an unactivated destination account, or a cross-border currency restriction), Split Transfers catches the exception gracefully. The failure details and Stripe error code are recorded in the Split Transfers Activity Log, an explanatory private note is appended to the WooCommerce order, and checkout completion is never blocked for the customer.
-
How do asynchronous payments (like SEPA or iDEAL) work?
-
Split Transfers registers a dedicated REST webhook endpoint (
/wp-json/splitroute/v1/webhook) and listens for Stripe’scharge.succeededevent. When delayed or asynchronous payments clear in Stripe, Split Transfers automatically processes the transfers upon receiving the verified webhook notification. -
Is Split Transfers compatible with WooCommerce High-Performance Order Storage (HPOS)?
-
Yes. Split Transfers is fully compatible with WooCommerce HPOS (custom order tables) as well as legacy WordPress post storage.
-
Where can I view transfer history?
-
Navigate to Split Transfers > Activity Log in your WordPress dashboard. You can search, filter by Stripe mode (Test/Live), filter by status (Success/Failed/Pending), view formatted currency amounts, and click direct links to view the transfer in the Stripe Dashboard.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“UR – Split Transfers with Stripe for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “UR – Split Transfers with Stripe for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release on WordPress.org.
- Automated payment routing for WooCommerce Stripe transactions.
- Support for percentage-based and fixed currency amount split rules.
- Multi-account transfer fan-out for individual orders.
- 1-Click Stripe webhook creation with automated signing secret retrieval.
- 1-Click synchronization of connected Stripe accounts.
- Secure credential management with mode toggling (Test and Live).
- Searchable and filterable transfer activity log with streaming CSV exports.
- Native WordPress Site Health status diagnostics and debug panel.
- Full compatibility with WooCommerce High-Performance Order Storage (HPOS).
- Extensible developer action and filter hooks.
