Skip to main content
GET
Billing Portal
Creates a Stripe Customer Portal session. The portal allows users to manage their subscription, update payment methods, view invoices, and cancel their plan.

Auth

Requires a valid Bearer token. User must be a member of the organization.

Path Parameters

string
required
Organization identifier.

Query Parameters

string
URL to redirect the user back to after leaving the portal. Must match the configured application origin.

Response

boolean
Always true on success.
object

Example