Launch

Go live checklist

Use this checklist before sending real customers through Licenzy-powered checkout.

Start free in test mode. Go live when you're ready.

Category: Operations2 sections

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/session succeeds 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/check and, if needed, POST /v1/usage/consume behave 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.