suvo_/Example8BotPublic · Bot Template

AIThis bot implements a UPI payment gateway integration for Telegram, allowing users to pay ₹1 via UPI to unlock VIP access. The /start command checks if the user is already VIP and shows a payment button if not. The /pay command creates a payment session via an external UPI gateway API, displays a QR code and payment details, while /check_payment verifies the transaction status with signature validation before granting VIP membership. The bot uses HTTP requests, user properties for session tracking, and rich message formatting for payment UI.

Commerceupipaymentgatewayvipsubscriptionqr-code
ProfileTelegram
3 commands1 envUpdated 4d agoCreated Aug 5, 2026
Back to folder

bot.yaml

yaml · 7 lines

Raw
1# TeleBotHost Bot Configuration2bot_id: 5983122313241643bot_name: "EXAMPLE HOW TO USE MY UPI GETEWAY"4bot_username: "Example8Bot"5listing_type: bot_template6commands_count: 37envs_count: 1