redemption period && transferrability.

From: Tim Woodcock (twoodcock@baremetal.com)
Date: Mon Mar 31 2003 - 17:12:32 EST


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'
};



This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:37:39 EDT