Skip to main content
POST
Create hosted checkout link

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <live_api_key>.

Body

package_id
integer
required

Package/order group package ID to add to checkout.

cycle_id
integer
required

Billing cycle ID for the selected package.

callback_url
string<uri>
required

URL BillingServ redirects to after hosted checkout succeeds or fails.

customer_id
integer
required

Existing BillingServ customer user ID. Required; the user must have account_type 2.

Response

OK

success
boolean