WP Manifestindependent plugin directory
manifest / ecommerce / woo-multi-rotator

Woo Multi-Account Gateway Rotator

Woo Multi-Account Gateway Rotator

by Faisal · github.com/faisalahammed044274/woo-multi-rotator

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/faisalahammed044274/woo-multi-rotator/archive/refs/heads/main.zip

Readme

=== Woo Multi-Account Gateway Rotator === Contributors: faisal Tags: woocommerce, stripe, paypal, payments, rotation, multi-account Requires at least: 6.1 Tested up to: 6.6 Requires PHP: 8.0 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html

Rotate WooCommerce payments across multiple Stripe and PayPal accounts with strategies, failover, and secure webhooks.

== Description ==

  • Stripe + PayPal multi-account routing (Round Robin, FIFO, LIFO, Weighted)
  • Per-account enable/disable, weights
  • AES-256-CBC for credential at-rest encryption with WMR_SECRET_KEY
  • Verified webhooks (Stripe signature; PayPal verify-webhook-signature)
  • Logs to WooCommerce > Status > Logs (source: wmr)

== Installation ==

  1. Upload the plugin folder to /wp-content/plugins/
  2. Run composer install inside the plugin to install SDKs.
  3. Activate the plugin.
  4. Go to Gateway Rotator menu to add Stripe/PayPal accounts.
  5. Enable the Router gateways in WooCommerce > Payments.

== Changelog == = 1.0.0 =

  • Initial release.

Read the full README on GitHub →