Description
Lipad Checkout for WooCommerce lets your store accept payments through Lipad’s hosted checkout page. Customers are redirected to a secure Lipad page to pay and then returned to your store once done.
Features:
- Single-screen switch between Sandbox and Production
- Generates and caches access tokens from your consumer key/secret per environment
- Idempotent transactions using a per-order UUID
- Status reconciliation via status query
- Webhook (callback) + browser-return handling
- HPOS (High-Performance Order Storage) compatible
- Optional debug logging
Developer information
This plugin connects to the Lipad payment gateway APIs to initiate checkouts and query their status. Order and payer data (amount, name, email, phone, order reference) are sent to Lipad to process payments.
Developer documentation: https://developer.lipad.io
Installation
- In your WordPress admin, go to Plugins Add New and search for “Lipad Checkout”.
- Click Install Now, then Activate.
- Ensure WooCommerce is installed and active.
- Go to WooCommerce Settings Payments and enable Lipad Checkout.
- Click Manage, then select your environment (Sandbox or Production).
- Enter your consumer key, consumer secret, service code, and account number for that environment.
- Set your WooCommerce store currency to match your Lipad account, then save.
FAQ
-
Which currency is supported?
-
Any currency, provided your Lipad service code is configured to settle in it. Set your WooCommerce store currency to match.
-
How do I switch to live?
-
Change the Environment dropdown to Production and enter your live keys and service code.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Lipad Checkout” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Lipad Checkout” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
3.0.4
- Documentation update
