Skip to main content
POST
/
api
/
v1
/
billing
/
checkout
Create checkout session for subscription
curl --request POST \
  --url https://api.engagefabric.com/api/v1/billing/checkout \
  --header 'Content-Type: application/json' \
  --data '
{
  "plan": "STARTER",
  "billingCycle": "MONTHLY",
  "redirectUrl": "https://admin.engagefabric.com/settings/billing"
}
'

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