Domain Registration

Typical implementation of domain registration includes the following methods:

  1. checkAvailability
  2. ValidateAdditionalFields
  3. RegisterContacts (if supported by domain registrar)
    1. GetContactsStatus (after RegisterContacts, if it is implemented)
  4. RegisterNameservers (if supported by domain registrar)
    1. GetNameserversStatus (after RegisterNameservers, if it is implemented)
  5. RegisterDomain
  6. Sync (if supported by domain registrar)