โ† Back to Integrations     โ† Back to Portal
๐Ÿ’ณ

Stripe

Payments

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...
  1. Log into Stripe Dashboard โ†’ Developers โ†’ API Keys
  2. Copy your Secret Key (starts with sk_live_ for production or sk_test_ for testing)
  3. โš ๏ธ Important: Use your SECRET key, not the Publishable key
  4. For webhooks (optional): Go to Developers โ†’ Webhooks โ†’ Add endpoint
  5. Set the endpoint URL to your SARAH webhook URL
  6. Select events you want to receive (e.g., payment_intent.succeeded, invoice.paid)
  7. Copy the Webhook Signing Secret (starts with whsec_)
  8. Tip: Start with test mode keys (sk_test_) to verify everything works, then switch to live keys
  9. Click Test Connection to verify (checks balance endpoint)