domain_istransferable

Indicates whether the domain is passed as a parameter is transferable, or not.

Inputs Description Type Regular expression Mandatory
name Domain name String [A-Za-z0-9-\.]{5,150} Yes
authcode The authcode of the domain String No

 

Outputs Description Type Regular expression Mandatory
value Information of the transferability of a domain String :
– Transfer OUT
Error:
503 : «authorization failed. Not reseller of this domain (Nom du domaine)»
550 :«parameter value policy error. domainName (Nom du domaine) »
Not transferable:
200 : «The domain is not transferable. The actual creation date (Date de création du domaine) does not correpond to the transfer period allowed»
200 : «This domain is not transferable (statut : Statut du domaine)»
Transferable:
200 : «This domain is transferable (statut : Statut du domaine)»

– Transfer IN
Not transferable:
200 : «domain already in the requested operation.»
200 : «The authcode does not correspond to the domain.»
200 : «This domain is not transferable. The actual status (Statut du domaine) does not allow the operation.»
200 : «This domain is not transferable. The actual creation date (Date de création du domaine) does not correpond to the transfer period criteria.»
Transferable:
200 : «This domain is transferable (statut :Statut du domaine)»
Info:
200 : Si le domaine est transferable IN chez Namebay: «This domain does not belong to namebay (WHOIS statut : Statut du Whois) »
Error:
550 : «Parsing WHOIS forbidden, check manually »

Yes

 

Command

<api>
[…]
<command>
<domain_authcode>
<name>…</name>
<authcode>…</authcode>
</domain_authcode>
</command>
</api>

Response

<?xml version="1.0" encoding="utf-8"?>
<api>
<response>
<trID>…</trID>
<result code="…">
<msg>…</msg>
<value>…</value>
</result>
</response>
</api>