Payments
A payment module is what turns an order into money in your account. The customer pays by card on the bank's side, the store receives a confirmation and marks the order paid on its own. Without one you are left taking manual transfers — and losing everyone unwilling to message you.
Two Ukrainian gateways ship here:
- LiqPay — via LiqPay Checkout (API v3), an interface local buyers already know.
- monobank — monobank Acquiring, enabled with a single token.
What they share. Both return a signed webhook that the store verifies before treating an order as paid — that is your protection against a forged "paid" callback. Both handle refunds.
How to choose. Look past the advertised fee at two things: where your business account already is, and how quickly the bank settles. Technically the modules are equivalent — you can enable both and let the customer pick.
You will usually want fiscalisation next to this: once payment clears, a receipt has to be registered. Both modules are part of the free build.

