By clicking “Accept”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Privacy Policy for more information.

Registering a Domain Name Subjected to Claims.

You can test Trademark Claims Notice with a label and TLD provided by Identity Digital technical support department. Usually, registrars are provided with a domain subject to claims together with the OT&E onboarding welcome email. If you require another, please contact our Tech Support department.

Steps to follow below for registering a domain with claims:

1. Submit a check command for a domain with the claims extension; the system will return a domain name with a Lookup Key.

The lookup key can be obtained via the registrar Web Portal or via EPP.

Obtain Lookup Key via Web Portal

a. In the Identity Digital registrar web portal

b. Click Check Domain Under Domains tab

c. Enter the domain name in the Domain field and tick the box “Claims check?”

If the domain has claims on it you should see a result page like the image below

Obtaining Lookup Key via EPP

You will need to send an EPP Check Command with Claims Extension see example below

Check Command

Code

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
 <command>
   <check>
     <domain:check xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
       <domain:name>aveng-erso-up.claimsplus.zone</domain:name>
     </domain:check>
   </check>
   <extension>
     <launch:check xmlns:launch="urn:ietf:params:xml:ns:launch-1.0"
      type="claims">
         <launch:phase>claims</launch:phase>
     </launch:check>
   </extension>
   <clTRID>EppCon.131018.090417</clTRID>
 </command>
</epp>

Response

Code

<?xml version="1.0" encoding="utf-8"?>
<epp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd" xmlns="urn:ietf:params:xml:ns:epp-1.0">
 <response>
   <result code="1000">
     <msg>Command completed successfully</msg>
   </result>
   <extension>
     <launch:chkData xmlns:launch="urn:ietf:params:xml:ns:launch-1.0">
        <launch:phase>claims</launch:phase>
        <launch:cd>
            <launch:name exists="true">aveng-erso-
                 up.claimsplus.zone</launch:name>
       <launch:claimKey>2019042500/1/E/9/Hp0bMLVExaUNiM9FPRhS8GPm0000000479
       </launch:claimKey>
       </launch:cd>
     </launch:chkData>
   </extension>
   <trID>
       <clTRID>EppCon.131018.090417</clTRID>
       <svTRID>8864db1f-574b-4e08-a573-786a70478d66:1</svTRID>
   </trID>
  </response>
</epp>

2. The next step will be accessing the TMCH database to submit the domain name and Lookup Key in order to obtain the NoticeID required to register your domain.

Please note that the TMCH is a third party service. Find the steps to request Access to Trademark Database here. Navigate to section “Registration and Platform Access Information”

If you have access to the TMCH system follow the steps below to obtain the Notice ID required to register your domain name.

– Copy this link <a href="https://test.tmcnis.org/cnis/.xml”>https://test.tmcnis.org/cnis/<Enter Lookup Key Here>.xml

– Replace this <Enter Lookup Key Here> with the lookup key you obtained from the Identity Digital Registrar portal earlier.

Your string will look something like this:

https://test.tmcnis.org/cnis/2019042500/1/E/9/Hp0bMLVExaUNiM9FPRhS8GPm0000000479.xml

– Paste the whole string into your browser,  you will be asked to enter your TMCH login credentials, see image below

If your login session is successful you will see a domain Notice id like the one below

Code

<tmNotice:notice><tmNotice:id>62d3522d0000000000002451978</tmNotice:id>
<tmNotice:notBefore>2019-04-25T00:00:00.0Z</tmNotice:notBefore>
<tmNotice:notAfter>2019-04-27T00:00:00.0Z</tmNotice:notAfter>
<tmNotice:label>aveng-erso-up</tmNotice:label>
<tmNotice:claim>
<tmNotice:markName>a v e n g e r s o u p</tmNotice:markName>
<tmNotice:holder entitlement="owner">
<tmNotice:org>avengers noodle soup</tmNotice:org>
<tmNotice:addr>
<tmNotice:street>4 north way</tmNotice:street>
<tmNotice:city>Monterrey</tmNotice:city>
<tmNotice:sp>Other</tmNotice:sp>
<tmNotice:pc>90210</tmNotice:pc>
<tmNotice:cc>MX</tmNotice:cc>
</tmNotice:addr></tmNotice:holder>
<tmNotice:contact type="agent">
<tmNotice:name>Network Information Center Mexico, S.C.</tmNotice:name>
<tmNotice:org>Network Information Center Mexico, S.C.</tmNotice:org>
<tmNotice:addr>
<tmNotice:street>Test Street</tmNotice:street>
<tmNotice:city>Test City</tmNotice:city><tmNotice:pc>12345</tmNotice:pc>
<tmNotice:cc>CC</tmNotice:cc>
</tmNotice:addr>
<tmNotice:voice>+1.2223333</tmNotice:voice>
<tmNotice:email>mgrimaldo@nic.mx</tmNotice:email>
</tmNotice:contact>
<tmNotice:jurDesc jurCC="US">United States of America</tmNotice:jurDesc>
<tmNotice:classDesc classNum="10">Surgical, medical, dental and veterinary apparatus and instruments, artificial limbs, eyes and teeth; orthopedic articles; suture materials.</tmNotice:classDesc>
<tmNotice:goodsAndServices>adadadas</tmNotice:goodsAndServices>
</tmNotice:claim>
</tmNotice:notice>

3. Once you have the notice ID from Trademark Clearing House then you can register a domain name subjected to claims.

Again you can register the domain name via the registrar portal or via EPP.

Create Domain subject to claims via the web portal.

Login to your registrar account web portal

a. Click Create Domain under Domain tab

b. Fill in the form

c. Click Create

d. You will be taken to the “Claims notice required” page

c.  Enter the information, like the example below, in the new claims notice field

E.G.

Code

<tmNotice:id>62d3522d0000000000002451978</tmNotice:id><tmNotice:notBefore>2019-04-25T00:00:00.0Z</tmNotice:notBefore><tmNotice:notAfter>2019-04-27T00:00:00.0Z</tmNotice:notAfter>

Create Domain subject to claims via EPP

Create Request

Code

<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
  <command>
     <create>
        <domain:create xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
           <domain:name>aveng-erso-up.claimsplus.zone</domain:name>
           <domain:registrant>registrant11</domain:registrant>
           <domain:contact type="admin">admin11</domain:contact>
           <domain:contact type="tech">tech11</domain:contact>
           <domain:authInfo>
              <domain:pw><![CDATA[Password-Here]]></domain:pw>
           </domain:authInfo>
        </domain:create>
     </create>
     <extension>
        <launch:create xmlns:launch="urn:ietf:params:xml:ns:launch-1.0">
           <launch:phase>claims</launch:phase>
           <launch:notice>
              <launch:noticeID>22b3101e0000000000002452703</launch:noticeID>
              <launch:notAfter>2019-04-27T12:00:00.0Z</launch:notAfter>
              <launch:acceptedDate>2019-04-25T12:00:00.0Z</launch:acceptedDate>
           </launch:notice>
        </launch:create>
     </extension>
     <clTRID>QATest</clTRID>
  </command>
</epp>

Response

Code

<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
  <response>
     <result code="1000">
        <msg>Command completed successfully</msg>
     </result>
     <resData>
        <domain:creData xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd">
           <domain:name>aveng-erso-up.claimsplus.zone</domain:name>
           <domain:crDate>2019-04-25T14:56:03.667Z</domain:crDate>
           <domain:exDate>2020-04-25T14:56:03.667Z</domain:exDate>
        </domain:creData>
     </resData>
     <trID>
        <clTRID>QATest</clTRID>
        <svTRID>dda6e743-cd6a-4632-bf47-d046a1cee7a9:77</svTRID>
     </trID>
  </response>
</epp>

Partner with
Identity Digital.

Drive revenue with more domain options, smarter tools, and stronger security.

Contact us