Skip to content

Payment Methods Overview

The bot supports four flexible payment methods to accommodate different user preferences.

💳 Accept Visa, Mastercard, and other payment cards

Best for: CIS region, card payments Limitations: Geographic restrictions

🪙 Bitcoin, Ethereum, and other cryptocurrencies

Best for: Global audience, tech-savvy users Advantages: No chargebacks, instant settlement available

⭐ Native Telegram payment system

Best for: Seamless Telegram integration Advantages: Users familiar with platform, global availability Limitations: Limited conversion, whole number prices only

🎟️ Recurring subscription management

Best for: Automatic renewals, enterprise setup Requirements: Public domain with SSL certificate

Each payment method configured independently:

Terminal window
# Enable/disable methods
YOOKASA_ENABLED=true
CRYPTO_PAY_ENABLED=true
TELEGRAM_STARS_ENABLED=true
# Set prices for each method
PRICE_1=5
PRICE_3=12
STARS_PRICE_1=50

See detailed setup guides for each payment method in the Payment Systems section.