v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBOrganization Billing
Open Billing Portal
Open the Stripe customer billing portal.
This is the correct destination for a "Manage subscription" action: the portal lets an existing customer update their card, view/download invoices, and change or cancel their plan. It is NOT the same as POST /subscribe — re-running /subscribe for an existing subscriber starts a brand-new checkout instead of managing the current one.
Requires an existing Stripe customer. Orgs that have never started billing have nothing to manage, so they get an actionable 400 pointing at /subscribe.
post/v1/organizations/billing/portal
Request body
Response
Successful Response
Example response
{
"portal_url": "https://billing.stripe.com/p/session/live_abc123",
"session_id": "bps_live_abc123"
}