Domains that have gone into the redemption period are listed as
transferrable by check_transfer.  There does not seem to be any additional
information provided by the query.

This is a problem.

How is our application supposed to distinguish between a domain that is a
regular transfer and one that is in the redemption period?  Since the
latter is going to cost significantly more, we need to know the
difference.

The request:
$request = {
   action => 'get',
   object => 'domain',
   attributes => {
      type => 'status',
      domain_name => 'censored.com',
   },
};

The result:
$result = {
  'object' => 'DOMAIN',
  'attributes' => {
    'transferrable' => '1',
    'type' => 'reg2reg'
  },
  'response_text' => 'Query successful',
  'is_success' => '1',
  'response_code' => '200',
  'protocol' => 'XCP',
  'action' => 'REPLY'
};

Reply via email to