namecheap.domains.transfer.getStatus
Gets the status of a particular transfer.
Request Parameters
Global parameters are not shown here for clarity, but should be present in all requests
| Name | Type | MaxLength | Required? | Default | Description |
| TransferID | Number | 10 | Yes | | The unique Transfer ID which you get after placing a transfer request |
Example Request
https://api.namecheap.com/xml.response?ApiUser=apiexample&ApiKey=56b4c87ef4fd49cb96d915c0db68194&
UserName=apiexample&Command=namecheap.domains.transfer.getStatus&ClientIp=192.168.1.109&
TransferID=15
Example Response
<?xml version="1.0" encoding="utf-8" ?>
<ApiResponse Status="OK" xmlns="http://api.namecheap.com/xml.response">
<Errors />
<RequestedCommand>namecheap.domains.transfer.getStatus</RequestedCommand>
<CommandResponse Type="namecheap.domains.transfer.getstatus">
<DomainTransferGetStatusResult TransferID="15" Status="Queued for submission" StatusID="-1" />
</CommandResponse>
<Server>EV1SERVE-3CQ3CC</Server>
<GMTTimeDifference>+5</GMTTimeDifference>
<ExecutionTime>0.031</ExecutionTime>
</ApiResponse>
Error Codes
Specifies the error codes that might be returned from this method
| Number | Description |
| 4019329 | TransferStatus not available |
| 5050900 | Unhandled exceptions |