domorder

Domain Products

Delete Domain Names from Wishlist

Description

Deletes the specified Domain Name(s) from the Wishlist.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
customerid Integer Required Customer ID of the Customer for whom you wish to delete the Wishlist entry
domain Array of Strings Required Domain Name(s) which need to be deleted from the Wishlist

HTTP Method

POST

Example Test URL Request


https://test.httpapi.com/api/domains/preordering/delete.xml?auth-userid=0&api-key=key&customerid=0&domain=domain1.ads

Response

Returns a hash map containing the below details:

  • Wishlist Entry Deletion Action Status (status)

  • Wishlist Entry Deletion Action Status Description (status_description)

  • Invalid Domain Name(s) (invalid_domains)

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.

Add Domain Names to Wishlist

Description

Adds the specified Domain Name(s) to the Wishlist.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
customerid Integer Required Customer ID of the Customer for whom the Wishlist needs to be created / updated
domain Array of Strings Required Domain Name(s) which need to be added to the Wishlist

HTTP Method

POST

Example Test URL Request


https://test.httpapi.com/api/domains/preordering/add.xml?auth-userid=0&api-key=key&customerid=0&domain=domain1.ads

Response

Returns a hash map containing the below details:

  • Wishlist Create / Update Action Status (status)

  • Wishlist Create / Update Action Status Description (status_description)

  • Invalid Domain Name(s) (invalid_domains)

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.

Resend Registrant Contact Email Address Verification Email

Description

Resends the verification email to the Registrant Contact Email Address for the specified Domain Registration Order.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
order-id Integer Required Order Id of the Domain Registration Order for which you wish to resend the verification email

HTTP Method

POST

Example Test URL Request


https://test.httpapi.com/api/domains/raa/resend-verification.xml?auth-userid=0&api-key=key&order-id=0

Response

Returns true (Boolean) if the action is executed successfully; false otherwise.

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.

Whois Data Verification

As per the Whois Data Accuracy Specification introduced by Internet Corporation For Assigned Names and Numbers [ICANN] and effective from 1 January, 2014, every Registrar is required to verify the email address of the Registrant contact for each gTLD domain name, within 15 days of:

  • a domain name being registered with unverified Registrant Contact email address,

  • a domain name being transferred in from another Registrar,

  • the Registrant Contact being replaced by a Contact with an unverified email address,

  • the email address of the Registrant Contact being modified to an unverified email address,

    OR

  • an unverified email address being associated with a domain name, after the domain name is moved to another Account.

The gTLDs for which this requirement is applicable are:

  • .ASIA


  • .BIZ


  • .COM


  • .INFO


  • .JOBS


  • .MOBI


  • .NAME


  • .NET


  • .ORG


  • .PRO


  • .SHABAKA


  • .TEL


  • .US


  • .XXX


  • Donuts Domains See details

Accordingly, an email would be sent from the system to the Registrant Contact email address for verification, upon one of the above actions being performed.

If the Registrant Contact does not complete the verification process within 15 days, the domain name would be deactivated. It would then resolve to a page indicating the reason for the deactivation, alongwith instructions to activate the domain name. The domain name would be activated, once the verification has been completed.

During this 15 days duration as well as upon deactivation, it would be possible from within the Registrar Reseller / Customer Control Panel to:

  • update the Registrant Contact Details See details,

    AND / OR

  • re-send the verification email, in case the Registrant Contact has not received it.

To Re-send the Verification Email

  1. Login to your Control Panel. See details

  2. Search for the domain name and proceed to the Order Information
    view. See details

  3. Click the Resend Email / Resend Verification Email button.

For Registrars: You may choose to skip the verification process for a specific Order, if you have already verified the email address through some other means or if the email address belongs to you.

To Skip Verification or Remove Verification Hold

  1. Login to your Control Panel. See details

  2. Search for the domain name and proceed to the Order Information
    view. See details

  3. Click the Skip Verification button.

    In case of a Domain Registration Order Suspended due to failed verification, you may skip the verification process using the Remove Verification Hold button.

Note

The above requirement is applicable for all gTLD domain names registered after 1 January, 2014. Domain names registered / transferred prior to this date are not subject to this verification process, unless the associated Registrant Contact email address is modified to an unverified email address.

Premium Domains Setup Guide

Following are the steps you need to perform from within your Control Panel to setup your Premium Domains
Product for your Customers and Sub-Resellers:

  • Activate the Premium Domains Product for your Reseller Account:

    1. Login to your Reseller Control Panel. See details

    2. In the Menu, point to Settings and then click Manage Products and Pricing

    3. Click the Domain Registration link.

    4. Click the Sell Premium Domains link.

      • To enable sale of Premium Domains: select the Enable option.

      • To disable sale of Premium Domains: select the Disable option.

    5. Click the Update button.

    Note
    • You may only choose to sell / not sell Premium Domains. You cannot set the Selling Price for Premium Domains.

    • You as a Reseller, your Sub-Reseller(s) and the end Customer will be charged the same Price for a Premium Domain.

  • Buy Flow:

    • SuperSite: Changes have been made to the below files:

      • Products -> Domain -> Domain_registration -> Check_availability_new -> Domain_search_result.html

      • Misc -> Misc_messages.txt

      If you have made any modifications to these files, you need to update them to include the changes related to Premium Domains.

    • API: You need to integrate the following API calls in your website -

      • Check Availability: Returns a list of Premium Domains based on the specified keyword. See details

      • Domain Transfer: Once the Customer adds a Premium Domain to the shopping cart and makes the payment, a Domain Transfer call needs to be placed for the Premium Domain. See details

  • Enabling Premium Domains for your Sub-Resellers:

    • Control Panel: Your Sub-Resellers can activate the Premium Domains Product for their respective Accounts from within their Reselller Control Panel. See details

    • API: You need to integrate the following API calls in your website -

      • Activate Premium Domains: Signs up the Sub-Reseller for the Premium Domains Product. See details

      • Getting Premium Domains Signup Status: Returns the Premium Domains Product Signup status for the specified Sub-Reseller. See details