Verification required for domain ${domainName}.${tld}[Link]

From: Registry
To: Registrar
Purpose: Informs the registrar that we requested validation documentation for the registrant of the domain name. The domain is not delegated.
Content:
##SUBJECT: Verification required for domain ${domainNameASCII}.${tld}

----BEGIN-OF-CPS----
TYPE: DOMAIN
ACTION: VERIFICATION REQUIRED
RETURNCODE: 1505
DOMAINNAME: ${domainName}.${tld}
DATE: ${date}
----END-OF-CPS----

Example EPP poll response:

<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:dnsbe="http://www.dns.be/xml/epp/dnsbe-1.0">
  <response>
    <result code="1301">
      <msg>Command completed successfully; ack to dequeue</msg>
    </result>
    <msgQ count="3" id="441">
      <qDate>${dateYYYY-MM-DDTHH:MM:SS.mmmZ}</qDate>
      <msg>Verification required for domain</msg>
    </msgQ>
    <resData>
      <dnsbe:pollRes>
        <dnsbe:type>DOMAIN</dnsbe:type>
        <dnsbe:action>VERIFICATION REQUIRED</dnsbe:action>
        <dnsbe:returncode>1505</dnsbe:returncode>
        <dnsbe:domain>${domainName}.be</dnsbe:domain>
        <dnsbe:date>${dateYYYY-MM-DDTHH:MM:SS.mmmZ}</dnsbe:date>
      </dnsbe:pollRes>
    </resData>
    <trID>
      <clTRID>ABC-12345</clTRID>
      <svTRID>dnsbe-0</svTRID>
    </trID>
  </response>
</epp>