Authorizations
The app API key from an app from the /dashboard/developer page
Body
- CreateCheckoutSessionInputWithPlan
 - CreateCheckoutSessionInputWithPlanId
 
Parameters for CreateCheckoutSession Autogenerated input type of CreateCheckoutSession
Pass this object to create a new plan for this checkout configuration
The affiliate code to use for the checkout configuration
The metadata to use for the checkout configuration
The URL to redirect the user to after the checkout configuration is created
Response
A successful response
A checkout configuration object.
    Can be used to create a reusable custom configuration for a checkout, including attaching plans, affiliates and custom metadata to the checkout.
    This configuration can be re-used by multiple users.
    All successful payments and memberships resulting from a checkout will contain the passed metadata.The ID of the checkout configuration
"ch_xxxxxxxxxxxxxxx"
The ID of the company to use for the checkout configuration
The plan to use for the checkout configuration
The affiliate code to use for the checkout configuration
The metadata to use for the checkout configuration
The URL to redirect the user to after the checkout configuration is created
A URL you can send to customers to complete a checkout. It looks like /checkout/plan_xxxx?session={id}

