The
memberSessionId is the session ID from your member authentication system that links the portal request to the correct subscriber in Quickshops. This value identifies which subscriber’s billing portal to open — pass the session ID of the currently authenticated user.Create billing portal session
Generates a Stripe billing portal URL for the subscriber identified by the given member session ID.Body parameters
string
required
The session ID of the authenticated member whose subscription portal you want to open. This must correspond to an active subscriber on the store.
Request
Response
string
required
A Stripe billing portal URL. Redirect the subscriber’s browser to this URL so they can manage their subscription.