Requirements
You need a Quickei merchant account with API keys. Register here if you don’t have one.
Installation
1
Download the plugin
Download the Quickei WooCommerce plugin from your Merchant Dashboard or from the integration page.
2
Install in WordPress
Go to Plugins > Add New > Upload Plugin in your WordPress admin. Upload the
quickei-gateway.zip file and activate it.3
Configure API keys
Navigate to WooCommerce > Settings > Payments > Quickei and enter your credentials:
- Client ID — Your merchant API client ID
- Client Secret — Your merchant API secret
- Environment — Sandbox for testing, Production for live payments
4
Test a payment
Place a test order using the Sandbox environment to verify everything works before going live.
How It Works
Checkout Experience
When a customer selects Quickei at checkout:- A QR code is displayed on the order confirmation page
- The customer scans it with the Quickei app or clicks to open the payment page
- Payment is confirmed in real-time — the page updates automatically
- The WooCommerce order moves from Pending to Processing
Webhook Configuration
The plugin automatically registers a webhook endpoint:client_secret.
Event Mapping
Plugin Settings
Troubleshooting
QR code not displaying at checkout
QR code not displaying at checkout
Ensure your API keys are correct and the plugin is enabled. Check your WordPress error log at
wp-content/debug.log for API response errors.Webhook not updating order status
Webhook not updating order status
Verify the webhook URL
https://your-store.com/?wc-api=quickei_webhook is publicly accessible. Check that your server allows incoming POST requests from Quickei IPs.SSL/HTTPS errors
SSL/HTTPS errors
Quickei requires HTTPS for all API communications. Ensure your WordPress site has a valid SSL certificate and
WP_HOME / WP_SITEURL use https://.
