Authorizations
Private API key for user-level authentication.
Public API key for user-level authentication.
Headers
Content type for the request body as application/json.
Body
The data needed to create the checkout.
The quantity of the product to purchase.
An ISO country code used for region-specific datacenter or ISP products.
The billing interval for recurring purchases.
year
, month
, week
, day
The number of intervals for a recurring cycle (e.g. 1 month, 2 months, etc.).
A direct product code (e.g. "datacenter_us"). If this is provided, you do not need product_type
, country_id
, or product_protocol
.
The protocol of the product.
ipv4
, ipv6
, dual
The type of product to purchase (if product_code
is not used).
datacenter
, isp
, residential
A promotional code to apply a discount to the checkout.
An optional filter object for advanced product/service configurations.
Response
Successfully created a checkout. Depending on the remaining invoice amount, it may already be paid by credit, or you may need to complete payment at the returned invoice URL.