How can we help?

Step-by-step guides for running a paid Telegram channel or group on AccessBot — 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

Where to paste keys and find your webhook URL

One place for every provider: Dashboard → Payments

All payment setup lives in Dashboard → Payments. Each provider is its own card. Open a card, paste the keys that provider gave you, and hit Save.

Open Dashboard → Payments and pick the provider's card.
Paste the key(s) from that provider's own dashboard.
Click Save. The card now shows a green Connected badge.
Hit Test connection to confirm your keys work — you'll see a ✓ if they're valid, or a plain-language fix if not.
Copy the webhook URL shown on the card and paste it into the provider's dashboard.
Not technical? Skip the keys entirely — turn on ⭐ Telegram Stars (nothing to paste) to start taking payments right away, and add a card rail later. The Payments page leads with the easiest options and a "which should I use?" guide.

Your keys are safe

Every key is encrypted at rest. After you save, the card shows only a partially masked value (like sk_live_••••••••) — never the full secret again. A card that isn't set up yet shows a Not set up badge.

Finding your webhook URL

Webhook-based rails (Stripe, PayPal, Paystack, Flutterwave, Razorpay, Mercado Pago) each show a unique per-tenant URL right on the card:

Webhook URL…/webhooks/stripe/123

It looks like https://yourworkspace.accessbot.app/webhooks/stripe/123. Copy it and paste it into that provider's webhook settings so the provider can tell AccessBot when a payment succeeds.

Warning: If you skip pasting the webhook URL into the provider, payments will go through but the bot won't hear about them — subscribers won't be let in. Always complete both halves: save the key and register the webhook.