Catalog and credentials
- Live Stripe connection is configured in the portal.
- Live API key is stored in production secrets.
- Every live Stripe price has a matching live Licenzy product.
- Your app never exposes Licenzy secrets to the client.
Runtime validation
POST /v1/checkout/sessionsucceeds with a live key.- The user can be redirected to the returned
checkout_url. - Stripe can reach Licenzy webhook endpoints in live mode.
- Access turns on only after webhook processing.
POST /v1/access/checkand, if needed,POST /v1/usage/consumebehave as expected.
Launch safely
Validate the live path with a controlled real purchase before broad rollout. The first production check should confirm checkout creation, webhook completion and access state in that order.