Billing

Create Checkout Session

post/api/v1/billing/checkout-session

Request body

plan'free' | 'hobbyist' | 'developer' | 'startup' | 'enterprise' required
startup_variant'outbound'

Startup only: the supported $200 dedicated-line option. The fixed value is 'outbound'; ignored for other plans.

success_urlstring required

Absolute URL Stripe returns to after a completed checkout. Must be https on an inkbox.ai host (localhost allowed in dev).

cancel_urlstring required

Absolute URL Stripe returns to if the user cancels checkout. Same host restrictions as success_url.

Response

Successful Response

urlstring required

Stripe Checkout session URL.

Changes

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