What domain name can I resell?
You can resell the following domain names .com .ng .com.ng .org .org.ng .info .me .me.uk .name .name.ng .net .ng .sch.ng .tel .tv .biz .co .co.in .firm.in Click here to get a full list of domain extensions and their prices
What happens after i sign up as a domain reseller?
Once you have completed the signup process, If you use WHMCS, the next step is to install and configure our registrar module. follow the installation guide below: Click here to download our reseller module Upload and extract the module into the ...
I don't have WHMCS. What do I do?
The easiest solution for now would be to place orders directly from our site. You would still enjoy the same discounts on all the domains stated. Alternatively, you may build your own solution that makes use of our API. You may click here to lea...
What are the features of the WHMCS registrar module?
The API functionalities include the ability to Register Domain Transfer Domain Renew Domain Release Domain Get EPP Code Get/Modify Nameservers Registrar Lock Domain Cron Synchronization
Is it Possible to become a domain reseller without WHMCS?
It is possible to be a domain reseller without WHMCS. The easiest solution here would be to place orders directly from our site. You would still enjoy the same discounts on all the domains stated. Alternatively, you may build your own solution th...
What happens once I exhaust the initial deposit that I make for my reseller?
We follow an Advance Deposit system, which means you must always have a credit balance with us. Each time your customers place an order for a domain, funds will be deducted from your existing credit balance. Once you exhaust the initial deposit, y...
Can I fund my client account as a reseller?
Yes, you can add funds to your reseller account by simply generating an add fund invoice from your client account and making payment for the invoice. ( Click here to learn how to add funds to your account).
Introduction
The Domains Reseller API allows you to connect and interact with our system using your own system. Using the API, you are able to perform actions such as: Register a domain under your account. Transfer a domain from another company to your account...
Transfer Domain
Transfer Domain The transfer action is used to send a transfer command to the registrar. CALL POST - /order/domains/transfer Request Parameters Name Type Required? Description domain text Yes Domain name eppcode text Yes EPP code of the domain t...
Register Domain
Register Domain The register action is used to send a Register command to the registrar. CALL POST - /order/domains/register Request Parameters Name Type Required? Description domain text Yes Registration period domainfields text No Additional d...
Renew Domain
Renew Domain The renew action is used to send a renew command to the registrar. CALL POST - /order/domains/renew Request Parameters Name Type Required? Description domain text Yes Domain name regperiod numeric Yes Renewal period addons [ idprotec...
Get EPP Code
Get the EPP Code of a Domain This command is used to obtain the EPP Code of a domain. CALL GET - /domains/{domain}/eppcode Request Parameters Name Type Required? Description domain text Yes Domain name Sample Request for EPP code endpoint = "http...
Get Contact Details
Get the contact information of a domain
Transfer sync a domain
Transfer Sync the details of a Domain This command is called for every domain in the Pending Transfer status each time your domain sync cron runs. CALL POST - /domains/{domain}/transfersync Request Parameters Name Type Required? Description domai...
Sync the details of a domain
Sync the details of a Domain This function can include syncing status changes, renewals, and expiry dates. CALL POST - /domains/{domain}/sync Request Parameters Name Type Required? Description domain text Yes Domain name Sample Request endpoint =...
Get the registrar lock of a domain
Get the Get Registrar Lock of a Domain This command is used to get the lock state under your account. CALL GET - /domains/{domain}/lock Request Parameters Name Type Required? Description domain text Yes Domain name Sample Request endpoint = "http...
Get the nameservers of a domain
Get the Nameservers of a Domain This command is used to get the nameservers of a domain. CALL GET - /domains/{domain}/nameservers Request Parameters Name Type Required? Description domain text Yes Domain name Sample Request endpoint = "https://ww...
Update Contact Details of a Domain
Update the contact information of a domain This command is used to get the contact of a domain under your account. CALL POST - /domains/{domain}/contact Request Parameters Name Type Required? Description domain text Yes Domain name contacts [ reg...
Update Nameservers of a domain
Update the nameservers of a Domain This command is used to update the nameservers of a domain. CALL POST - /domains/{domain}/nameservers Request Parameters Name Type Required? Description domain text Yes Domain name nameservers [ text, #nameserve...
Update the registrar lock of a domain
Update the Registrar Lock of a Domain This command is used to update the lock state under your account. CALL POST - /domains/{domain}/lock Request Parameters Name Type Required? Description domain text Yes Domain name lockstatus text Yes lock sta...