Knowledge Base

Registrars see poll messages as soon as the TLD is allocated (typically by Monday 6pm Eastern).

Registrars can also check the Reports section at the Web Portal.  In order to see a report for allocated domains after Sunrise Phase, check the report “daily-financial-transaction- ”.

Domains allocations are shown in this report under Action “SunriseMarkRegistration”

Regarding the applications, poll messages are added to all the registrars’ accounts who have successfully created a sunrise application.

To receive the poll message, use the standard EPP poll command.  See below an example of the poll command.

<!-- Poll command-->

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
  <command>
    <poll op="req" />
    <clTRID>abc-12345</clTRID>
  </command>
</epp>


<!-- Poll  Acknowledgement command-->

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
  <command>
    <poll op="ack" msgID="{poll-message-id}" />
    <clTRID>ABC-12346</clTRID>
  </command>
</epp>