Skip to main content
POST
Mint a Stripe Customer Session for the caller's org (saved-method redisplay)

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Query Parameters

org_id
string

Target org id. Defaults to the caller's primary org. A non-member is denied 403.

Response

Customer Session created (mnemom-billing response, verbatim): {stripeCustomerId, customerSessionClientSecret}.

The response is of type object.