Read Stripe customers, subscriptions, and invoice events so revenue posture lives next to customer records in Atlas.
Sign in with the account owner. dashboard.stripe.com/apikeys
Click Create restricted key, name it Atlas Connector, and grant only the resources Atlas needs (customers read, subscriptions read, invoices read, charges read, events read).
Stripe shows the secret once. Copy it into the Atlas Stripe connector settings page.
In Developers, Webhooks, add endpoint https://YOUR-ATLAS-HOST/webhooks/stripe and select the events listed below. Copy the signing secret into Atlas. Stripe webhooks
Click Send test webhook for customer.subscription.created. Atlas should mark the connector Connected.
read_only.customersread_only.subscriptionsread_only.invoicesread_only.chargesread_only.eventsNo such webhook signing secret
You copied the wrong secret. Open the webhook endpoint in Stripe and click Reveal under Signing secret.
StripeAuthenticationError
The restricted key was revoked or rotated. Generate a new key and update Atlas.
Webhook delivery failed
Check Atlas health page for the connector and confirm the receiver returns a 2xx within 5 seconds.
Atlas validates every event using the Stripe-Signature header and the per-endpoint signing secret.
Events Atlas listens for
Provider docs: https://stripe.com/docs/webhooks
Ready to connect Stripe?
Paste the credentials you copied above into the live connector page.