Skip to main content
POST
Creates a Stripe Customer Portal session where users can manage their subscription, update payment methods, and view invoices.
Authentication Required: This endpoint requires a Clerk JWT token with organization context. The organization is determined from the org_id claim in the token.

Request Headers

string
required
Bearer token with organization context: Bearer {clerk_jwt_token}

Request Body

string
required
URL to redirect back to after leaving the portal

Response

string
The Stripe Customer Portal URL - redirect the user here

Errors

Usage

After receiving the URL, redirect the user: