Payment systems
You can use payment systems: MonoPay / Monobank.ua, NovaPay, LiqPay.ua, PrivatBank, Hutko, Wayforpay.com, Fondy.io, iPay, Stripe.com, Square, PayPal.com and others.
Order payment
After placing an order, the buyer will be automatically offered to pay for it using one of the payment systems installed on your website.
Pre-selection of the method
You can set up a pre-selection of the payment method before placing an order on the page `Settings` → `Shop` → `Currency and payment` → `Payment method selection (in the checkout form)`.
Payment after verification
You can enable invoice payment only after order verification: the payment button will be sent to your e-mail or appear in the order status (for each order individually).
Custom invoices
You can generate your own invoices using a link in which you can specify the price, description of the service/product and other data (instruction below — `Generating an invoice for payment without goods`).
Connection of payment systems is possible only for sites with an attached domain.
After connecting the payment system, be sure to send a request to activate it and link it to your site. Attention! For security reasons, you will not be able to change the Merchant ID yourself after activating the payment system.
Payment system fees
We do not charge any commission for using payment systems on the site. The percentages below are set by the payment services themselves and are deducted from the buyer's payment amount.
Payment systemFeeRecurringHold / two-stepInstallments / creditPRRO / fiscalizationCurrencies
Monobank [monobank.ua]1,3% / 2,0%yesyesnoyesUAH
LiqPay [liqpay.ua]1,3% / 2,0%yesyesyesyesUAH, USD, EUR
PrivatBank [privatbank.ua]1,3%noyesyesyesUAH
NovaPay [novapay.ua]0-1,3%noyesnoyesUAH
Hutko [hutko.org]1,5% (от 1,1%)yesyesyesyesUAH, USD, EUR, GBP, CZK
WayForPay [wayforpay.com]2,0%yesyesyesyesUAH, USD, EUR
Fondy [fondy.io]2,0% – 2,4%yesyesyesnoUAH, USD, EUR, PLN, GBP и др.
iPay [ipay.ua]1,3% / 2,0%nononoyesUAH
Stripe [stripe.com]2,9% + $0.30yesyesyesno135+ валют
Square [squareup.com]2,9% + $0.30yesnononoUSD, CAD, GBP, EUR, AUD, JPY, PLN, NZD, CHF
PayPal [paypal.com]2,99% + $0.49yesyesyesnoUSD, EUR, GBP, PLN и др.
YooKassa [yookassa.ru]≈3,5%yesyesyesnoRUB, USD, EUR
WebMoney [webmoney.ru]0,8%nonononoUSD, EUR, RUB, UAH
ImportantRates are set by the payment services and may change. Check the exact fee on the payment system website. To add your own fee to the payment, enter it in the `Add percentage to payment` field: you can specify a percentage, an amount in a currency, or both. For example: `+2%` (percentage), `+100 USD` (amount in currency) or `+2% +100 USD` (percentage and amount together).
Additional settings
1Payment for the order after verification
You can allow buyers to pay for an order online only after you have verified it manually. To do this, in the store settings (tab «Store» → «Payment methods») enable the item «Enable payment by payment systems only after order verification». After checking the order, open it in the sales statistics and allow payment with the option «Payment» → «Allow online payment by payment system». Payment can also be enabled or disabled for each order separately, regardless of the general settings.
2Pay for the order by the selected method
You can change the payment method after placing an order: open the order in «Sales Statistics», select the desired payment system and save the changes — the buyer will receive a payment link. In this case, it is recommended to enable payment only after order verification.
3Payment if the buyer clicks on the link
You can accept payment only when the buyer came via a link that specifies a payment system. The selected payment method is saved in COOKIE and remains active on the buyer's next visits from the same device. The payment method is set by the GET parameter
For example:
Enable the item «Enable payment by payment systems only after clicking the link with a payment method» in the settings (tab «Store» → «Payment methods»).
shop_payment_systems: the value equals the method ID (or several IDs separated by commas).For example:
shop_payment_systems, shop_payment_systems=1 or shop_payment_systems=1,2,3, where 1,2,3 are available methods. You can add to previously selected methods with «+»: shop_payment_systems=+1,2,3.Enable the item «Enable payment by payment systems only after clicking the link with a payment method» in the settings (tab «Store» → «Payment methods»).
4Payment by link
You can create links with a payment purpose, a payment system and an amount. Detailed instructions are in the section «Generating an invoice for payment without an item».
5Payment result messages
After payment, the buyer is automatically redirected to the result page.
On success:
On error or cancel:
To display your own messages, create a functional page — «payments» — and set the message text.
On success:
http://your-domain/page.php?p=payments&PAYMENT_SUCCESS.On error or cancel:
http://your-domain/page.php?p=payments&PAYMENT_FAILD.To display your own messages, create a functional page — «payments» — and set the message text.