Platform Integrations
Genius Checkout ships first-class integrations for the platforms below, plus a documented pattern for anything not on the list. Each plugin/app surface is built on the same public /api/v1 endpoints — there are no platform-specific backend hooks.
WooCommerce
A drop-in WordPress plugin for WooCommerce stores. Supports Block and classic checkout, WooCommerce Subscriptions, refunds from the WP admin, and detailed private order notes.
HighLevel (Lead Connector)
A Custom Payment Provider with full OAuth install flow. Once installed by a HighLevel agency or location, it appears as a payment option in funnels, order forms, and subscription products. Handles tokenization, subscriptions (we run the schedule, not HighLevel), and refunds from inside HighLevel.
Install entry point: https://app.geniuscheckout.com/lc/install
Give (WordPress donations)
WordPress plugin for the Give donation form builder. Uses only public /api/v1/* endpoints — no Give-specific surface on the platform. Supports refunds, tokenized recurring donations, and 4-locale buyer messaging.
PrestaShop 8.x
Drop-in module that adds Genius Checkout as a payment option at PrestaShop checkout. Hosted-redirect flow with HMAC-verified webhook receiver.
OpenCart 4.x
Payment extension for OpenCart 4. Hosted-redirect, refund propagation on payment.refunded, multi-language admin.
Magento 2
Payment-method module for Magento 2 — admin config UI, Knockout frontend renderer, saved-card picker (via the server-side proxy), refund through Magento's credit-memo flow.
Wix (Velo)
Velo Service Plugin SDK starter — drop into a Wix Studio merchant's Velo backend without going through Wix App Market review. Hosted-redirect + refund.
Odoo
Native Odoo payment provider supporting hosted card checkout, refunds (full + partial), saved cards / tokenization, Odoo Subscriptions integration, and HMAC-verified webhooks. Versions 17 / 18 / 19, with a 16 backport.
Zapier & Make.com
REST-hook subscribe / unsubscribe / sample-payments endpoints back the official Zapier app and the Make.com module. The same surface is callable from any system that supports the REST-hook pattern.
Any Other Platform
The standard pattern for integrating any custom or third-party platform:
- Create a checkout session with order details and customer info.
- Redirect the customer to
checkout_url. - Verify on return via
GET /checkout-sessions/{id}— never trust the redirect URL. - Listen for webhooks as the authoritative confirmation.
- Store
token_idif you need to charge again later (renewals, top-ups). - Refund via
POST /payments/{transaction_id}/refund.
Anywhere you can make an outbound HTTPS call and expose a webhook endpoint, you can integrate Genius Checkout.
Roadmap
- Shopify — Q3 2026
- Ecwid — Q3 2026
- QuickBooks Online, FreshBooks — Q4 2026
- Zapier, Make.com — Q4 2026
- Wix, Tiendanube, VTEX, Salesforce, Monday.com — later
If you need a specific platform, reach out.
