Skip to main content

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

  1. Admin panel → your store → PaymentsProviders
  2. Find the required provider in the catalog
  3. Click "Connect"
  4. Fill in the required fields (vary by provider)
  5. 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

ProviderTypeNotes
YooKassaCards, QIWI, YooMoneyFor legal entities and self-employed
FreeKassaCards, crypto, WebMoneyNo contract required
AnyPayCards, QIWI
PayokCards

International

ProviderType
StripeCards, Apple Pay, Google Pay
PayPalWallet

Cryptocurrency

ProviderCoins
CryptomusBTC, ETH, USDT (TRC20/ERC20), LTC
HeleketUSDT, BTC, ETH
CoinbaseBTC, ETH, USDC

Other

ProviderType
Custom Method APICustom integration (5% Tirify fee)
MockTest 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

  1. On the storefront, the player clicks "Top up" or "Buy"
  2. Selects a payment method from the connected list
  3. Enters an amount (for balance top-up)
  4. Is redirected to the provider's payment page
  5. After payment — automatically returned to the store
  6. Balance updates instantly via webhook / callback

Next steps