Stripe Setup

Connect Stripe to accept payments for premium subscriptions.

Getting Your API Keys

Log into your Stripe Dashboard and go to Developers then API Keys. Copy your Publishable Key and Secret Key. In MadBot Settings, paste these keys in the Stripe section. Use test keys during development and switch to live keys when ready.

Setting Up Webhooks

Webhooks notify MadBot when subscription events occur. In Stripe Dashboard go to Webhooks and add an endpoint. Your webhook URL is yoursite.com/?madbot_stripe_webhook=1. Select events for customer.subscription.created, updated, and deleted. Copy the Webhook Signing Secret to MadBot Settings.