POST /api/stripe/portal
Production webhook endpoint URL: <PUBLIC_BASE_URL>/api/stripe/webhook (register this in your Stripe dashboard with your fork's base URL). Enable the Customer Portal at: dashboard.stripe.com/settings/billing/portal
| Method | POST |
| Path | /api/stripe/portal |
| Auth | public (no key) |
| Group | Economy · Stripe |
Request
curl -X POST https://zeqsdk.com/api/stripe/portal \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description
Generated from the node's own route registry (GET /api/endpoints) — this path is live.