Payment processing โ customers, invoices, subscriptions, payment intents, refunds
Not Configured
๐ง Connection Settings
Your Stripe Secret Key (not the Publishable key)
Required only if you're using Stripe webhooks
๐ Saved Connections
Loading...
- Log into Stripe Dashboard โ Developers โ API Keys
- Copy your Secret Key (starts with
sk_live_for production orsk_test_for testing) - โ ๏ธ Important: Use your SECRET key, not the Publishable key
- For webhooks (optional): Go to Developers โ Webhooks โ Add endpoint
- Set the endpoint URL to your SARAH webhook URL
- Select events you want to receive (e.g.,
payment_intent.succeeded,invoice.paid) - Copy the Webhook Signing Secret (starts with
whsec_) - Tip: Start with test mode keys (
sk_test_) to verify everything works, then switch to live keys - Click Test Connection to verify (checks balance endpoint)