Learn more: https://fundiio.co.uk/woocommerce-plugin
Fundiio adds a WooCommerce payment method that redirects customers to Fundiio to complete card payment. Merchants connect their store to Fundiio using a scoped integration token.
After connecting, you can:
This plugin connects to Fundiio to create hosted checkout sessions, verify the merchant connection, and fetch transaction history. Without contacting Fundiio the plugin cannot process card payments at WooCommerce checkout.
What data is sent, when, and why:
When a merchant clicks “Connect Fundiio” in WooCommerce Fundiio:
https://fundiio.co.uk/integrations/woocommerce/connect with the store URL, store name, redirect URI, OAuth state and PKCE code challenge.When the connect flow returns to WordPress:
https://api.fundiio.co.uk/integrations/woocommerce/token (POST) and stores the returned access token in WordPress options.When the admin opens WooCommerce Fundiio:
https://api.fundiio.co.uk/integrations/woocommerce/connection-status (GET, Bearer token) to verify connection state.When a customer pays via Fundiio at WooCommerce checkout:
https://api.fundiio.co.uk/integrations/woocommerce/checkout-sessions (POST, Bearer token).After redirect back from Fundiio, and on a scheduled retry:
https://api.fundiio.co.uk/integrations/woocommerce/orders/{wooOrderId}/checkout-status (GET, Bearer token) to reconcile order status.When the admin opens WooCommerce Fundiio transactions (or exports CSV):
https://api.fundiio.co.uk/integrations/woocommerce/transactions (GET, Bearer token) with optional search/status/date filters.No customer card details ever touch this plugin or your WordPress site. Card data is collected by Fundiio’s hosted checkout (and its underlying payment processor) on Fundiio’s domain.
Legal:
By installing and connecting this plugin, the merchant agrees that order/customer context required to complete checkout will be transmitted to Fundiio as described above.