namecheap.domains.transfer.updateStatus
Updates the status of a particular transfer. Allows you to re-submit the
transfer after releasing the registry lock.
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 |
| Resubmit | String | 5 | Yes | | The value 'true' resubmits the transfe |
Example Request
https://api.namecheap.com/xml.response?ApiUser=apiexample&ApiKey=56b4c87ef4fd49cb96d915c0db68194&
UserName=apiexample&Command=namecheap.domains.transfer.updateStatus&ClientIp=192.168.1.109&
TransferID=15&Resubmit=true
Example Response
<?xml version="1.0" encoding="utf-8" ?>
<ApiResponse Status="OK" xmlns="http://api.namecheap.com/xml.response">
<Errors />
<RequestedCommand>namecheap.domains.transfer.updateStatus</RequestedCommand>
<CommandResponse Type="namecheap.domains.transfer.updateStatus">
<DomainTransferUpdateStatusResult TransferID="15" Resubmit="true" />
</CommandResponse>
<Server>EV1SERVE-3CQ3CC</Server>
<GMTTimeDifference>+5</GMTTimeDifference>
<ExecutionTime>0.016</ExecutionTime>
</ApiResponse>
Error Codes
Specifies the error codes that might be returned from this method
| Number | Description |
| 4019329 | TransferStatus not available |
2010293 | No Action Specified |
| 5050900 | Unhandled exceptions |