memberships

Upgrade Membership

Upgrade to paid membership.

Returns Stripe client_secret for frontend payment confirmation. Frontend uses client_secret with Stripe Elements to complete payment. Membership is created after successful payment via webhook.

Requires authentication via Bearer token.

post/memberships/

Request body

emailstring nullable
plan_idstring nullable
quote_request_idstring uuid nullable

Response

Successful Response

client_secretstring required
subscription_idstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.