Initiates a domain transfer into your name.com account from another registrar. You must provide the domain name and its valid transfer authorization code (EPP code). The domain must not be locked or under any transfer restrictions (e.g. clientTransferProhibited). If successful, the transfer is submitted and tracked through the ICANN transfer process. Once a transfer has been created, you can track its progress via the GetTransfer endpoint.
Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.
CreateTransferRequest passes the required transfer info to the CreateTransfer function.
CreateTransferRequest passes the required transfer info to the CreateTransfer function.
AuthCode is the authorization code for the transfer. Not all TLDs require authorization codes, but most do.
1"ABC123"
DomainName is the domain you want to transfer to name.com.
1"example.com"
PrivacyEnabled is a flag on whether to purchase Whois Privacy with the transfer. If this flag is omitted from the request, the system will check the account's Whois Privacy auto-add settings. If auto-add is enabled in your account settings, Whois Privacy will be added by default, provided the TLD supports it.
true
PurchasePrice is the amount to pay for the transfer of the domain. If privacyEnabled is set, the regular price for Whois Privacy will be added automatically. If VAT tax applies, it will also be added automatically. PurchasePrice is required if the domain to transfer is a premium domain.
12.99
A successful response.
CreateTransferResponse returns the newly created transfer resource as well as the order information.
Order is an identifier for this purchase.
12345
TotalPaid is the total amount paid, including VAT and Whois Privacy.
12.99
Transfer contains all relevant data for a domain transfer to name.com.
Optional transfer warnings surfaced by the API when non-blocking registry statuses are detected.