.es ANNEX III registrant Acceptance

 

Dominios .ES (.es registry) requires us to ask for the registrant's approval for Openprovider to be the registrar for their domains.

In the terms and conditions of the registry, it states that registrants must accept “ANNEX III” stating that the domain will be managed by Hosting Concepts BV (the Registrar).

Continuing with our commitment to be as transparent as possible and to be white-label, we have created a new flag in the API to require the acceptance that you need to integrate it as a reseller if you register domains with us using our API.

 

FAQ's

I’m using the API, how it work?

When registering .es domains using Openprovider’s API, you have to provide the new flag “esAnnexAcceptancespecifying with “1” if the registrant accepted the registry’s terms and conditions or “0” if not. 

Of course, to have your domain registered, we will have to receive the flag as “1”.

How do I ask for the registrant's acceptance?

We recommend putting a checkbox in your registration flow with sample text like:

I agree with the registry rules and accept the terms and conditions”.

In this text, it is mandatory to put a link to this document.

 

I’m using WHMCS, how it works?

In the “additionalfields.php” (/PATH_TO_WHMCS/modules/registrars/openprovider/configuration/additionalfields.php) file of Openprovider’s plugin, add the following lines:

$additionaldomainfields[".es"][] = array(

    "Name" => "I agree with red.es rules and accept the terms and conditions",

    "LangVar" => "esRegistrantAnnex3Acceptance",

    "Type" => "tickbox",

    "Required" => true,

    "op_location" => "domainAdditionalData",

    "op_name" => "esRegistrantAnnex3Acceptance"

);

Note that you can customize the text shown to your customers by editing the “Name” value.

I’m using the Reseller Control Panel, how it work?

For every new domain registration, you will have to mark the checkbox “I have the consent from the registrant to register this domain on his behalf and complying with red.es rules. ANNEX 3 Policy”. That’s all!

 

Is it mandatory?

From September 18, 2024 , this will be mandatory and all .es and corresponding 3rd Level new domain registrations without this flag will not be registered.

 

What happens to my current domains registered?

No action is required for your current registered .es domains, as this change is only affecting new .es domains registered.


Was this article helpful?
Additional questions? Submit a request