Checking the Status of a Domain Transfer
Synopsis
| Description: | A command to check the status of a transfer for a domain name. |
| URL: | https://toolkit.centralnic.com/srv/check_transfer |
| HTTP Method: | POST |
| Requires Authentication?: | Yes |
| Requires SSL?: | Yes |
| Query Parameters: | |
| test | The test flag (eg 1 or 0, optional) |
| user | Your Registrar Handle ID |
| password | Your encrypted Registrar password |
| domain | The domain name (eg example.uk.com) |
Using this command, you can check on the status of a domain transfer. If there have been other transfer requests in the past, the server will return the status of the most recent one.
If there are no transfers for the domain name, or you are not the gaining handle, the server will return an error.
Response Format
The response will be of the form
Status: 0 Message: command completed successfully. Transfer-Status: pending Action-Date: 1177943241
The value of Transfer-Status will be one of: pending, cancelled, approved or rejected.
The Action-Date parameter is a UNIX timestamp that indicates the end of the action period, after which the transfer will be automatically rejected.
In the event of an error, the server will return something like this:Transaction-ID: e2ca01ad7135e787a5e97ad5b421ed74 Status: 1 Message: Domain not found.