Connectors

← 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)