What syncs

Customer or subscription references, usage events, and billing status required by your application workflow.

Setup

Create a Stripe restricted key or webhook signing secret for the required resources, then store it in the appropriate Apex environment.

Security

Never expose Stripe secret keys to client code. Verify webhook signatures before updating billing state.

Operations

Treat Stripe as the billing system of record. Apex should deliver usage events or application requests, not become a second billing ledger.

  • Keep the integration credential in a dedicated secret scope.
  • Start in a non-production environment and verify the event flow.
  • Document ownership so connector failures have a clear operational owner.

Connect the next tool

Browse the integration catalog or start from the developer documentation.

Back to integrations