registry icon indicating copy to clipboard operation
registry copied to clipboard

EPP/REPP: add auction deadlines to check request reponses

Open vohmar opened this issue 1 year ago • 0 comments

Example reposnse to epp check request (partial):

    <resData>
      <domain:chkData xmlns:domain="https://epp.tld.ee/schema/domain-ee-1.2.xsd">
        <domain:cd>
          <domain:name avail="0">näiteks.ee</domain:name>
          <domain:reason>Awaiting payment</domain:reason>
        </domain:cd>
      </domain:chkData>
    </resData>

add auction deadline info to the reason value - ie if status awaiting payment then append invoice due date, i status awaiting registration then registration deadline.

example: domain:reasonAwaiting payment until 2024-03-25 23:59:59 +0200</domain:reason>

vohmar avatar Mar 25 '24 10:03 vohmar