Connecting payment methods
Tirify supports 16 payment providers. Money from the player goes directly to the store owner — Tirify does not participate in fund movement.
Direct payments
Each provider is connected by the store owner. You supply your own API keys / wallet, and funds are credited directly to you. Tirify only renders the payment form and relays the payment status.
How to connect a provider
- Admin panel → your store → Payments → Providers
- Find the required provider in the catalog
- Click "Connect"
- Fill in the required fields (vary by provider)
- Save
After connecting, the provider appears in the list of payment methods on the storefront.
Provider catalog
Each provider has a set of fields (manifest) that must be filled in during setup. The fields are described on the provider card in the admin panel.
Russian
| Provider | Type | Notes |
|---|---|---|
| YooKassa | Cards, QIWI, YooMoney | For legal entities and self-employed |
| FreeKassa | Cards, crypto, WebMoney | No contract required |
| AnyPay | Cards, QIWI | |
| Payok | Cards |
International
| Provider | Type |
|---|---|
| Stripe | Cards, Apple Pay, Google Pay |
| PayPal | Wallet |
Cryptocurrency
| Provider | Coins |
|---|---|
| Cryptomus | BTC, ETH, USDT (TRC20/ERC20), LTC |
| Heleket | USDT, BTC, ETH |
| Coinbase | BTC, ETH, USDC |
Other
| Provider | Type |
|---|---|
| Custom Method API | Custom integration (5% Tirify fee) |
| Mock | Test provider (for development) |
Custom Method API
If the provider you need is not in the catalog, you can connect any external service via Custom Method API.
- You provide the URL of your payment gateway
- Tirify sends a payment creation request and receives a
redirectUrl - The player is redirected to the payment page
- The provider sends a webhook with the result
- Tirify fee: 5% of the payment amount
Provider status
Not all providers are active. The catalog indicates:
- ✅ Ready — available to connect
- 🚧 In development — coming in upcoming updates
How a player pays
- On the storefront, the player clicks "Top up" or "Buy"
- Selects a payment method from the connected list
- Enters an amount (for balance top-up)
- Is redirected to the provider's payment page
- After payment — automatically returned to the store
- Balance updates instantly via webhook / callback
Next steps
- Store balance — how balance works
- Transactions — payment history