Commerce LiqPay (API v1.2)
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
This module provides Liqpay payment through liqpay.com website, when using Drupal Commerce.
Installation & configuring
1. Place this module directory in your modules folder (this will usually be "sites/all/modules/").
2. Go to "administer" -> "modules" and enable the module.
3. Flush caches and check the "Administer" -> "Store" -> "Configuration" -> "Payment methods" -> "Liqpay" page to add settings for this payment method.
4. In the table "Actions", find "Enable payment method: LiqPay" and click the link
5. Under "Payment settings", you can configure the module:
- Merchant ID - ID number of you shop merchant? that can be seen at https://www.liqpay.com/?do=shop_access
- Merchant signature - unique merchant record that issued during the registration of your store in LiqPay system and can be seen at the same page.
- Default LiqPay pay way - LiqPay payment system has two types of pay way:
card - payment by credit card (VISA and MasterCard)
liqpay - funds on your LiqPay account
And you can choose which pay way will be checked by default
- Order description - description of order that will displays in LiqPay Merchant interface.
- Status on transaction failure - after payment complete Drupal Commerce Payment mechanism save transaction of current order, you can choose which commerce transaction status will be mean failed LiqPay transaction (recommended - Failure)
- Fail message - failed transaction page content
- Status on transaction success - you can choose which commerce transaction status will be mean successful LiqPay transaction
- Success message - successful transaction page content
- Status on waiting transaction - you can choose which commerce transaction status will be mean LiqPay transaction which is in check
6. Press Save.
7. Add on shopping cart products.
8. Visit http://example.site/checkout or http://example.site/cart.
