The Subscriptions endpoint generates a Stripe billing portal URL for a specific subscriber. You call this endpoint from your server, receive a URL, and redirect the subscriber’s browser to the portal. From there they can cancel their subscription, update their payment method, or view billing history. A secret key is required.Documentation Index
Fetch the complete documentation index at: https://docs.quickshops.app/llms.txt
Use this file to discover all available pages before exploring further.
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
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
A Stripe billing portal URL. Redirect the subscriber’s browser to this URL so they can manage their subscription.