Skip to main content
Commerce turns products into access. The common flow is:
  1. Create a product.
  2. Add one or more prices.
  3. Attach the product to a hub checkout display.
  4. Start checkout as a member.
  5. Webhooks update orders, subscriptions, payments, and entitlements.

Admin setup

Products are team-scoped:
Prices live under a product:
Payment accounts connect the team to Stripe Connect:

Member checkout

The member-facing checkout route starts a hosted checkout session:
After payment, use the member billing routes:

Operational routes

Admins can inspect payments, subscriptions, orders, and webhook events. Use these for support tooling and reconciliation.