Moniq Payment Gateway
Accept Payments with Moniq on your woocommerce site
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/usemoniq/moniq-wc/archive/refs/heads/main.zipWC requires at least: 3.5 WC tested up to: 9.0 Stable tag: 2.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Accept payments through Moniq. Customers are redirected to a secure checkout page.
Description
This plugin allows WooCommerce store owners to accept payments via Moniq. Customers are redirected to the secure Moniq checkout page to complete their purchase.
Features:
- Secure hosted checkout
- Webhook support for reliable payment confirmation
- WooCommerce Blocks support
- High-Performance Order Storage (HPOS) compatible
- Debug logging
Installation
- Upload the
moniq-wcfolder to/wp-content/plugins/ - Activate the plugin through the 'Plugins' menu
- Go to WooCommerce > Settings > Payments and enable "Moniq"
- Enter your API Public Key and API Secret
Configuration
- Navigate to WooCommerce > Settings > Payments > Moniq
- Enable the payment gateway
- Enter your Public Key and API Secret from the Moniq dashboard
- Optionally configure a webhook secret for signature verification
- Save settings and test the connection
Changelog
2.0.0
- Rebranded to Moniq
- Streamlined codebase
- Added customer address support
- Improved error handling
1.0.0
- Initial release
File Structure
moniq-wc/ ├── assets/ │ ├── css/ │ │ └── moniq-admin.css │ ├── images/ │ │ └── icon.png │ └── js/ │ ├── moniq-admin.js │ └── moniq-checkout.js ├── includes/ │ ├── class-wc-moniq-api.php │ ├── class-wc-moniq-blocks-integration.php │ └── class-wc-moniq-logger.php ├── moniq.php ├── class-wc-moniq-gateway.php └── readme.txt