Retrieve Transfer Information
Synopsis
| Description: | A command to retrieve information about pending transfers to or from your account. |
| URL: | https://toolkit.centralnic.com/srv/poll_transfers |
| 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 |
this command returns details of all incoming our outgonig transfers for your account.
Response Format
The response is of the form
Transaction-ID: e2ca01ad7135e787a5e97ad5b421ed74 Status: 0 Message: details of transfers follows. domain=example.uk.com::type=in::initiated=1171543655::actiondate=1171975655::auto=0::losing_id=C11480::losing_email=transfers@centralnic.com domain=example.eu.com::type=out::initiated=1171543655::actiondate=1171975655::auto=0::losing_id=C11480::gaining_email=transfers@centralnic.com
Each line provides information about a transfer. The fields are delimited by double-colons. The fields that will always appear are:
- domain: the domain name
- type: either 'in' or 'out'
- initiated: the timestamp of the initiation date of the transfer
- actiondate: the timestamp by which we require approval from the losing handle; this is usually five calendar days from the initiation date
- auto: whether the transfer will be auto-approved; this is '1' for yes and '0' for no. Only transfers initiated using the transfer code via EPP will be auto-approved.
For incoming transfers, the following fields will appear:
- losing_id: The handle ID of the losing registrar for this domain
- losing_email: The e-mail address of the losing registrar for this domain