Create External Transfer In
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.
Transfer pricing: Omit purchasePrice for standard (non-premium) transfers. For premium transfers, pass transferPrice from Get Pricing For Domain as purchasePrice. If sent, it must match Get Pricing transferPrice exactly or the request will fail. Premium transfers without purchasePrice will fail. See the Domain pricing guide for how Get Pricing transferPrice relates to the years query parameter.
Authorizations
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.
Body
CreateTransferRequest passes the required transfer info to the CreateTransfer function.
CreateTransferRequest passes the required transfer info to the CreateTransfer function.
See the Domain pricing guide for how purchasePrice relates to Get Pricing transferPrice.
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 USD inbound transfer fee, before VAT. VAT is applied when applicable and must not be included here. If sent, must match Get Pricing transferPrice exactly or the request will fail.. Omit for standard (non-premium) transfers. Required for premium transfers — use transferPrice from Get Pricing.
12.99
Response
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.