Skip to main content
POST
Create a Stripe SetupIntent to capture a card for the caller's org

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

SetupIntent created (mnemom-billing response, verbatim): {stripeCustomerId, setupIntentId, clientSecret}.

The response is of type object.