Stripe
4 live operations under /api/stripe. 0 require a machine key; 4 are public. Tagged: Accounts & Keys.
| Method | Path | What it does | Auth |
|---|---|---|---|
POST | /api/stripe/create-checkout | Checkout creation | public |
POST | /api/stripe/portal | Production webhook endpoint URL: <PUBLIC_BASE_URL>/api/stripe/webhook (register this in your Stripe dashboard with | public |
GET | /api/stripe/prices | Price listing | public |
GET | /api/stripe/success | Checkout success (Stripe redirects here after payment/trial start) | public |
Generated by scripts/generate-reference.mjs from https://zeq.me/openapi.json.