Transform existing Stripe plugins into Mandala-compatible payment solutions in under 1 hour. All major e-commerce platforms supported with minimal code changes.
Platforms Supported
Lines of Code
Time per Platform
Open Source
The same pattern works for all platforms
Point Stripe SDK to Mandala endpoint instead of api.stripe.com
Accept X-PayGlobe-Signature header alongside Stripe-Signature
Disable Stripe Elements, use redirect_to_url for hosted payment page
Click on each platform to see adaptation details
Official Stripe plugin for WooCommerce - JavaScript Adapter Method
Add this to your theme's functions.php or use a plugin like "Insert Headers and Footers":
Modify includes/class-wc-stripe-api.php to point to Mandala:
In WooCommerce → Settings → Payments → Stripe:
Use your Mandala/PayGlobe keys (format: pk_test_... / sk_test_...)
Disable Apple Pay / Google Pay (not supported via Mandala)
Can be enabled - adapter shows placeholder, then opens modal on "Place Order"
stripe.confirmPayment()For order status updates via webhook:
Add this PHP code to handle redirect after payment. WooCommerce needs to complete the order when returning from the payment gateway:
payment_intent parameter.
pk_test_... keys and test cards. The adapter logs debug info to browser console (F12).
Official Stripe module for PrestaShop
Client initialization point
Webhook handler
Stripe payment integration for Magento 2
Stripe client helper
Webhook handler observer
Multiple OSS modules available (MIT/GPL)
WordPress.org official lite version
GPLv3 donation plugin
Commercial add-on (code available to customers)
Works for all platforms - just copy and adapt
Join the community and contribute your adapter
Our team can help you adapt your plugin or build a custom integration.
support@payglobe.itStripe is a registered trademark of Stripe, Inc. WooCommerce is a registered trademark of Automattic Inc. PrestaShop is a registered trademark of PrestaShop SA. Magento and Adobe Commerce are registered trademarks of Adobe Inc. PayGlobe Mandala is not affiliated with, endorsed by, or sponsored by any of these companies. All references to third-party trademarks are for compatibility and integration purposes only. This adapter provides API compatibility and does not claim any affiliation with the mentioned brands.