Payment systems
You can use payment systems such as: `Fondy.io`, `MonoPay / Monobank.ua`, `Wayforpay.com`, `LiqPay.ua`, `Web.money`, `YooMoney` and others.
After placing an order, the buyer will be automatically offered to pay for the order using one of the payment systems installed on your website.
You can also 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 checkout form)`.
If necessary, 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, after payment is enabled for each order individually).
In addition, 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 only possible for sites with a packed 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. However, most payment systems have their own tariff plans for their use.
Approximate commission of payment systems:
"Monobank.ua" - ≈1.3%
"LiqPay" - ≈1.3%
"PrivatBank" - ≈1.3%
"Hutko" - ≈1.5%
"Wayforpay.com" - ≈2,2%
"Fondy" - ≈2,7%
"Stripe.com" - ≈2.7%
"Webmoney" - ≈1%
"Robokassa" - ≈7%
"YooMoney" - ≈3,5%
These rates are set by the payment service. If you need to add a commission to the payment, then specify your value in the `Add percentage to the payment` field, for example `+2%`.
Connection to the Privat Bank Service, payment in parts - is paid, contact via feedback form links.
Approximate commission of payment systems:
"Monobank.ua" - ≈1.3%
"LiqPay" - ≈1.3%
"PrivatBank" - ≈1.3%
"Hutko" - ≈1.5%
"Wayforpay.com" - ≈2,2%
"Fondy" - ≈2,7%
"Stripe.com" - ≈2.7%
"Webmoney" - ≈1%
"Robokassa" - ≈7%
"YooMoney" - ≈3,5%
These rates are set by the payment service. If you need to add a commission to the payment, then specify your value in the `Add percentage to the payment` field, for example `+2%`.
Connection to the Privat Bank Service, payment in parts - is paid, contact via feedback form links.
Additional settings
Payment for the order after verification
You can disable online payment for buyers until the order has been verified. To do this, in the settings, in the «Store» tab, in the «Payment Methods» block
turn on the item - «Enable payment by payment systems only after checking the order.» After that, after checking the order, you need to change the option «Payment» - «Allow payment by online payment system».
In addition, regardless of the general settings, you can prohibit online payment for each order individually.
Pay for the order by the selected method
You can change the payment method after placing an order in `Sales Statistics` and send a payment link after saving the changes. In this case, it is desirable to enable the possibility of payment only after the order is verified.
Payment if the buyer clicks on the link
You can also enable payment only in cases when the buyer clicks on the link indicating the payment system.
The data is saved in the COOKIE and will be active on subsequent visits of the buyer from the same device.
As a parameter for enabling the payment system, you can use the GET variable shop_payment_systems, and if you need to specify a specific payment method,
then the value must be equal to the ID of the payment method (or several methods 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 payment methods. You can supplement the previously selected payment methods using the addition sign «+» («shop_payment_systems=+1,2,3»). To do this, in the settings, in the «Store» tab, in the «Payment Methods» block, enable the item - «Enable payment by payment systems only after clicking on the link with the payment method».
For example «shop_payment_systems», «shop_payment_systems=1» or «shop_payment_systems=1,2,3», where 1,2,3 are available payment methods. You can supplement the previously selected payment methods using the addition sign «+» («shop_payment_systems=+1,2,3»). To do this, in the settings, in the «Store» tab, in the «Payment Methods» block, enable the item - «Enable payment by payment systems only after clicking on the link with the payment method».
Payment by link
You can create links with a description of the purpose of the payment, as well as the choice of a payment method and amount - instructions below in the section «Generating an invoice for payment without an item»
Payment result messages
If successful, the payer will be redirected to the page http://youdomain/page.php?p=payments&PAYMENT_SUCCESS
Knocking errors or canceled payments - http://youdomain/page.php?p=payments&PAYMENT_FAILD
If you want to display your own messages, then the path will be http://youdomain/payments.htm?PAYMENT_SUCCESS или http://youdomain/payments.htm?PAYMENT_SUCCESS You can specify the message text by creating Functional page - «payments».
Knocking errors or canceled payments - http://youdomain/page.php?p=payments&PAYMENT_FAILD
If you want to display your own messages, then the path will be http://youdomain/payments.htm?PAYMENT_SUCCESS или http://youdomain/payments.htm?PAYMENT_SUCCESS You can specify the message text by creating Functional page - «payments».
