Open the Stripe Customer Portal for this org
Mints a single-use URL into Stripe’s hosted Customer Portal where the org admin can view invoices, download PDFs, update payment methods, change billing details, and manage their subscription. The portal is the primary surface for invoice access — there is no direct invoice API. owner and admin only (the portal is a mixed read+mutate surface; auditors have a separate read-only path via GET /orgs/{org_id}/billing/summary).
Authorizations
Supabase JWT token in Authorization: Bearer header
Path Parameters
Organization identifier (e.g. org-abc12345)
Body
Where Stripe redirects the customer after they finish in the portal. Must be https://*.mnemom.ai. Defaults to the dashboard billing page.
Response
Portal session created. Redirect the customer to url.