Skip to main content

Order new domain

Create new order for a domain, please check if requested domain is available first, otherwise your order may get cancelled.

HTTP Request

POST /domain/order

Auth: true

QUERY PARAMETERS

ParameterTypeDescription
namestringDomain name
yearsstringNumber of years
actionstringregister
tld_idstringTLD id
pay_methodintPayment method ID
eppstringEPP Transfer code, required when transfering some domains
nameserversarrayOptional array with 2 - 4 nameservers that you want to use
registrantintOptional contact ID to use for registrant contact this domain
adminintOptional contact ID to use for admin contact this domain
techintOptional contact ID to use for tech contact this domain
billingintOptional contact ID to use for billing contact this domain
dataarrayAddditional data required for some TLDs

Example Response


{
"order_num": 563647679,
"invoice_id": "308977",
"total": "10.00",
"items": {
"id": "10",
"type": "Domain Register",
"name": "test.com",
"product_id": "3"
}
}