domorder

Domain Products

VAT for Russia FAQs

Overview

VAT (Value Added Tax) is a tax levied on goods and services sold in Russia.


How does this affect me?

If VAT for Russia is applicable to you, the invoices generated will be updated to include VAT (15.25%).


How do I add my VAT ID?

You can provide your VAT ID at the time of signing up for a Customer account.

 

Resend Authorization Email

Description

The following method must be used if the customer requests to re-send the authorization email to disable the GDPR Protection setting (e.g., in situations where the Registrant contact may not have received the initial email).

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 name

HTTP Method

POST

Example Test URL Request


https://test.httpapi.com/api/domains/gdpr/resend-authorization-mail.json?auth-userid=0&api-key=key&order-id=0

Response

Returns a hash map of the following details:

  • Status of the request (status)
  • Result of the action performed (message)

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

Enable GDPR Protection

Description

The following method must be used when the customer requests to re-enable the GDPR Protection setting that was previously disabled.

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 name

HTTP Method

POST

Example Test URL Request


https://test.httpapi.com/api/domains/gdpr/enable.json?auth-userid=0&api-key=key&order-id=0

Response

Returns a hash map of the following details:

  • Status of the request (status)
  • Domain Name (domainname)
  • Order ID of the domain name (entityid)
  • Action ID (eaqid)
  • Action Type (actiontype)
  • Description of the action being performed (actiontypedesc)
  • Status of the action performed (actionstatus)
  • Description of the action status (actionstatusdesc)

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

Disable GDPR Protection

Description

The following method must be used when the customer requests to disable the GDPR Protection setting.

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 name

HTTP Method

POST

Example Test URL Request


https://test.httpapi.com/api/domains/gdpr/disable.json?auth-userid=0&api-key=key&order-id=0

Response

Returns a hash map of the following details:

  • Status of the request (status)
  • Domain Name (domainname)
  • Order ID of the domain name (entityid)
  • Action ID (eaqid)
  • Action Type (actiontype)
  • Description of the action being performed (actiontypedesc)
  • Status of the action performed (actionstatus)
  • Description of the action status (actionstatusdesc)

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

Managing GDPR Protection settings

The GDPR Protection feature prevents your personal information from being displayed in the public WHOIS records. This feature is only available for domain names registered by users in the European Economic Area.

Disabling GDPR Protection

The WHOIS Privacy is applied automatically for all eligible domain names. However, there may be instances where the you may wish to have your personal contact details displayed in the WHOIS. For instance, when you wish to transfer a domain name to another registrar, you may need to display your email address in the Registrant contact information, so the gaining registrar can obtain it to initiate the transfer authorization process.

Follow the steps below to disable the GDPR Protection for your domain name.

Step 1: Log in to your control panel. Learn how.

Step 2: Navigate to the Order Information view.

Type the Domain Name of the order in the search field on the homepage, select Order from the drop down and click on Search

Step 3: Disable GDPR Protection.

  • Click on GDPR Protection.

  • Click on Disable.

  • Click on Update Status to confirm.

  • An email will be sent to the domain’s Registrant contact to authorize the request. You can resend this email by clicking on the Resend authorization email link.

Note

The Registrant must authorize the request to disable GDPR Protection within 5 days. If the Registrant does not complete the authorization, the WHOIS Privacy will remain enabled for the domain name.

Enabling GDPR Protection

Follow the steps below to enable GDPR Protection for your domain name.

Step 1: Log in to your control panel. Learn how.

Step 2: Navigate to the Order Information view.

Type the Domain Name of the order in the search field on the homepage, select Order from the drop down and click on Search

Step 3: Enable GDPR Protection.

  • Click on GDPR Protection.

  • Click on Enable.

  • Click on Update Status to confirm.

What is GDPR

GDPR, short for the General Data Protection Regulation, is a regulation in European Union law designed to give EU citizens and residents greater control over their personal data, particularly regarding how this data is controlled and processed by companies. This regulation demands careful consideration of the ways that companies handle personal information of European citizens and residents. The GDPR is effective May 25, 2018.

GDPR aims to protect EU subjects from companies using their data irresponsibly and puts them in charge of what information is shared, where and how it's shared. It also makes data protection expectations identical throughout EU member states, which helps companies because they must now comply with a standard set of rules when doing business with EU subjects.

To learn more about GDPR, please visit https://www.eugdpr.org/.

GDPR and domain names

To abide by GDPR principles, provides a GDPR Protection setting for all domain names where any of the registrant, admin, technical or billing contact bears the personal information of a user from the European Economic Area (EEA). This setting ensures that the information of such users will be replaced with placeholder text in the public WHOIS records.

The GDPR Protection setting is applied automatically for all eligible domain names, but can be disabled by the domain name holder by providing explicit authorization.

When is GDPR Protection enabled?

The GDPR Protection setting is enabled for domain names when

  1. a domain name is registered or transferred in to if at least one contact is from the EEA
  2. the contact information of a registered domain name is modified to use at least one contact from the EEA

Key differences between Privacy Protection and GDPR Protection

The GDPR Protection setting above is completely independent of the Privacy Protection service offered by . The main differences are listed below.

GDPR Protection Privacy Protection
Available only for domain names with at least one contact from the EEA Available for all domain names, except on TLDs that don’t permit this feature
Free of cost for eligible domain names A cost may be charged for this service
Provides no means for genuine inquirers to contact the domain name holder Allows genuine inquirers to contact the domain name holder through a web form



Note

If you have registered a domain name managed by a registry that requires us to provide your data to the registry, then such data may be published in a publicly available Whois database by the registry. If you do not wish to have this data shared or published, you will need to delete the domain registration with the registry.

Check if a Domain Name is Premium

Description

This method can be used to identify if the domain name specified is a premium domain name along with its pricing details.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
domain-name String Required The domain name whose premium status is being checked

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/domains/premium-check.json?auth-userid=0&api-key=0&domain-name=name.tld

Response

Returns the premium status (premium) as true or false along with a hash map containing the customer's pricing details as following:

  • Registration price (create)
  • Renewal price (renew)
  • Transfer price (transfer)
  • Selling currency of the reseller (sellingCurrencySymbol)