Skip to main content
POST
Create checkout session for subscription

Body

application/json
plan
enum<string>
required

The plan to subscribe to

Available options:
STARTER,
PROFESSIONAL,
ENTERPRISE
Example:

"STARTER"

billingCycle
enum<string>
required

Billing cycle

Available options:
MONTHLY,
ANNUAL
Example:

"MONTHLY"

redirectUrl
string

URL to redirect to after checkout

Example:

"https://admin.engagefabric.com/settings/billing"

Response

200

Checkout URL