Description
An independent LiqPay payment gateway for WooCommerce. Customers are redirected to the secure LiqPay payment page and the order is confirmed automatically once LiqPay calls back.
LiqPay is a third-party product of PrivatBank. This plugin is an independent integration and is not affiliated with, endorsed by, or sponsored by LiqPay or PrivatBank. You need your own LiqPay merchant account to accept live payments.
Features:
- Card payments (Visa, Mastercard), Apple Pay and Google Pay through the hosted LiqPay page — card data never touches your site.
- Automatic order confirmation via the serviceUrl webhook, verified with an HMAC-MD5 signature.
- Transaction status reconciliation when the customer returns to the shop, so a payment is not lost if the webhook is delayed.
- The paid amount and currency are checked against the order before it is marked as paid.
- Test mode with sandbox keys — place a full test order before signing a contract.
- Supports both the classic and the block-based (Gutenberg) checkout.
- Currencies: UAH, USD, EUR.
- The interface is fully translated into Ukrainian. / Інтерфейс плагіна повністю перекладено українською.
External services
This plugin connects to the LiqPay payment API (a service of PrivatBank) to process payments. This connection is required for the plugin to work — without it no payment can be created or verified.
What is sent, and when:
- When a customer places an order with this gateway, the plugin sends the order number, the amount, the currency, the order description, your public key and the return/callback URLs of your site to
https://www.liqpay.ua/api/3/checkout. The customer then enters card details on LiqPay’s own page — card data never reaches your site. - When the customer returns from the payment page, and when LiqPay calls your site back, the plugin requests the current state of that transaction from
https://www.liqpay.ua/api/request(actionstatus) to confirm whether the order is paid.
Every request is signed with your private key, which never leaves your server. No data is sent to LiqPay unless a customer starts a payment or returns from the payment page.
Service provider: LiqPay / PrivatBank.
Terms of service: https://www.liqpay.ua/en/information/user
Privacy policy: https://privatbank.ua/terms
Installation
- Upload the plugin to
/wp-content/plugins/and activate it. - Go to WooCommerce Settings Payments LiqPay.
- To try it out, leave “Test mode (sandbox)” enabled and paste your
sandbox_keys. For live payments turn it off and fill in the production public and private keys from your LiqPay account. - There is no need to set serviceUrl manually in the LiqPay account — the plugin sends it with every payment.
FAQ
-
Do I need a LiqPay contract to test the plugin?
-
No. Enable test mode and use the
sandbox_key pair from your LiqPay account (Settings API Test), so you can place a full test order before signing anything. -
Why is the order still pending after a successful payment?
-
The order is confirmed by the serviceUrl webhook. Make sure your site is reachable from the internet — LiqPay cannot reach
localhostor a site behind HTTP authentication. As a fallback the plugin also re-checks the status when the customer returns to the shop. -
Which currencies are supported?
-
UAH, USD and EUR, as allowed by your LiqPay merchant account.
-
Does it work with the block checkout?
-
Yes, both the classic shortcode checkout and the block-based checkout are supported.
-
Where is the card data processed?
-
Entirely on the LiqPay side. The customer is redirected to LiqPay’s own payment page, so no card details are entered on or stored by your site.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“CatCode Card Payments with LiqPay for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “CatCode Card Payments with LiqPay for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Removed bundled translation files; translations are now served by translate.wordpress.org.
1.0.0
- First release.


