User APIs
auth
Create Checkout Session
Create Stripe Checkout session.
Validates:
- Status is EMAIL_VERIFICATION_VERIFIED or PAYMENT_FAILED (allows retry)
- Creates Stripe Checkout session for subscription
post/api/v1/auth/signup/{session_id}/checkout/create
Path parameters
session_idstring required
Request body
Response
Successful Response
Changes
Changed in 1 of the 4 revisions of this API.1
- ○
added the new optional request property
anyOf[subschema #1: CheckoutInitiateData]/marketing_consentnew-optional-request-property
- ○