I'm having trouble processing registrar transfers using the API. I've been
told that I don't need to supply contact information nor nameserver
information for transfers, yet they are still failing. Can anyone tell me
why?
The command I send:
[action] => sw_register
[object] => domain
[attributes] => Array
(
[domain] => craphound.org
[reg_type] => transfer
[period] => 1
[reg_username] => cmv
[reg_password] => cmv
[affiliate_id] => total
)
The response I get:
[is_success] => 0
[protocol] => XCP
[_OPS_msg_type] => standard
[_OPS_version] => 0.9
[_OPS_msg_id] => 650.525013443819
[object] => SW_REGISTER
[action] => REPLY
[response_code] => 465
[response_text] => Invalid data
[attributes] => Array
(
[error] => Missing required field: owner first_name
Missing required field: owner last_name
Missing required field: owner org_name
Missing required field: owner address1
Missing required field: owner city
Missing required field: owner phone
Missing required field: owner email
Missing required field: owner country
Invalid syntax for owner E-Mail Address.
Invalid data for owner country code.
Missing required field: billing first_name
Missing required field: billing last_name
Missing required field: billing org_name
Missing required field: billing address1
Missing required field: billing city
Missing required field: billing phone
Missing required field: billing email
Missing required field: billing country
Invalid syntax for billing E-Mail Address.
Invalid data for billing country code.
)
--
Colin Viebrock