How can we help?

Step-by-step guides for running a paid Telegram channel or group on MemberBot — create your own membership bot, connect payments (Stripe, PayPal, crypto, M-Pesa & Telegram Stars), build subscription plans, and manage members automatically.

New here? Setting up a Telegram membership bot takes three steps: 1. create your bot with Telegram's BotFather, 2. connect a payment method and create your plans, 3. add the bot to your channel or group — it handles invites, renewals, and removals automatically. Start free and follow the guides below.

Payments

Set up Stripe

Stripe — recurring card subscriptions, worldwide

Stripe is the best all-rounder: recurring card subscriptions in many currencies, available in most countries. You'll need two values from your Stripe dashboard — your Secret key and a Webhook signing secret.

Dashboard › Payments › Stripe
Stripe
Card subscriptions
sk_live_••••••••••••
whsec_••••••••
SaveConnected

Payments → Stripe

In Stripe, go to Developers → API keys and copy your Secret key (sk_live_…).
Paste it into Payments → Stripe → Secret key and click Save.
Copy the webhook URL shown on the card:
Webhook URL…/webhooks/stripe/123
In Stripe → Developers → Webhooks → Add endpoint, paste that URL and subscribe to payment/subscription events.
Stripe shows a Signing secret (whsec_…). Paste it into the Stripe card and Save again.
Warning: Use live keys (sk_live_), not test keys (sk_test_), or real charges won't be recognized.
Tip: Once both fields are saved and the endpoint is live, the card turns Connected and Stripe handles auto-renewals for you.