Эта страница пока доступна только на английском.

Payment methods overview

Which method suits whom, where to add them, how callback URLs work.

Payment methods are added under your panel's Settings → Payments. Each carries its own credentials and appears to customers as a separate option on Add funds. A method can be switched off at any time and given a minimum amount and a bonus rule.

Methods

Method Audience How it works
PayTR Turkey, card + bank transfer PayTR iframe; confirmed by its notification URL
iyzico Turkey, cards (virtual POS) iyzico-hosted payment page; verified server-side by token
Stripe Checkout International cards Redirect to Stripe; confirmed by webhook
Checkout.com International cards Hosted Payments Page; confirmed by signed webhook
PayPal PayPal balance + cards (no TRY) Redirect to PayPal; captured and confirmed by webhook
Payoneer Checkout International cards Hosted page; the notification is re-read from Payoneer before crediting
ZEN.COM Europe, cards + local methods Zen checkout page; confirmed by signed IPN
PayU India (INR) Form POST to PayU; browser return verified by reverse hash
Paytm India (INR) Paytm hosted checkout; confirmed by signed callback
QIWI PAY Russia/CIS cards Web Payment Form; confirmed by signed notification
WebMoney WebMoney purses (USD/EUR/USDT) Form POST to WMI; confirmed by signed Result URL
Volet Volet (Advcash) wallets Hosted Checkout (SCI); confirmed by IPN
Crypto, your own wallet Crypto (non-custodial) Straight to your wallet; the chain is watched
Cryptomus Crypto (custodial) Cryptomus invoice; confirmed by callback
Heleket Crypto (custodial) Heleket invoice; confirmed by signed webhook
Coinbase Crypto (Coinbase Business) Coinbase checkout; confirmed by signed webhook
Binance Pay Binance users Binance Pay order; confirmed by RSA-signed webhook
CoinPayments Crypto (2000+ coins) CoinPayments invoice; confirmed by signed webhook
Manual / Bonus / Free Bank transfer, gifts Admin credits the balance by hand

Callback URLs

Card and crypto gateways notify your panel when a payment completes. Every method's URL follows one pattern:

https://<your-panel-domain>/payments/<driver>/callback

Driver names: paytr, iyzico, stripe_checkout, checkout_com, paypal, payoneer, zen, payu, paytm, qiwi, webmoney, volet, cryptomus, heleket, coinbase, binance_pay, coinpayments. Some gateways (iyzico, PayU, Payoneer, QIWI, Binance Pay, CoinPayments, Heleket, Volet) receive the URL inside every request, so nothing needs pasting into their dashboard; the others (Stripe, Checkout.com, PayPal, Zen, Coinbase, WebMoney) need it configured once, each method's page says which. PayTR card and bank transfer share one account and one notification URL. The URL is shown with a copy button in the method's edit dialog.

Rules that apply to all of them

  • Every payment is processed exactly once; a gateway sending its notification twice never credits twice.
  • Balances are kept in the panel's currency; a customer viewing in another currency sees a display conversion only.
  • Disable a method rather than deleting it, the history of its payments stays intact.
  • After setting one up, make a small test top-up and watch the balance land.