Skip to main content

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

MethodPOST
Path/api/stripe/portal
Authpublic (no key)
GroupEconomy · 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.