By default, a domain's admin contact is directed to the OpenSRS transfer approval URL, but a reseller can choose to instead direct clients to their own URL for approvals.

The scripts to parse the end-user replies back to OpenSRSmust pass responses through https://rr-n1-tor.opensrs.net/transfers, and must include several different actions (each of which require various fields). The required actions and fields are listed in the following tables.

Regular transfers

KeyValue
actionConfirm
domain<domain_name>
id<transfer_request_id>
actionwhois_transfer
domain<domain_name>
unique_id<transfer_request_id>
actiondo_confirm
domain<domain_name>
unique_id<transfer_request_id>
phonephone_number
actioncancel_bulk_transfer
domain<domain_name>
unique_id<transfer_request_id>

Page flow

Notes:

  • The Confirm page must contain the string value='whois_transfer'.
  • The Success page must contain the string 'Thank you for confirming'.
  • The Cancel page must contain the string 'has been cancelled'.

Bulk transfers

KeyValue
actionconfirm_bulk_transfer
bt1
bulk_transfer_id< bulk_transfer_id >
id<transfer_request_id>
actiondo_confirm_bulk_transfer
bulk_transfer_id< bulk_transfer_id >
unique_id<transfer_request_id>
phonephone_number
actioncancel_bulk_transfer
domain<domain_name>
unique_id<transfer_request_id>

Page flow

Notes:

  • The Confirm page must contain the string 'Listed below are the domains that will be transferred:' (List of domains located between

    ... ).

  • The Success page must contain the string 'Thank you for confirming batch transfer'.

  • The Cancel page must contain the string 'has been cancelled'.

Transfers away

KeyValue
actionconfirm_transfer_away
away1
domain<domain_name>
id<transfer_request_id>
actiondo_confirm_away
domain<domain_name>
unique_id<transfer_request_id>
phonephone_number
actiondo_cancel_away
domain<domain_name>
unique_id<transfer_request_id>

Page flow

Notes:

  • The Confirm page must contain the string 'away from' (To include time and registrar name, the page must also contain the string 'this request was entered at by ').

  • The Success page must contain the string 'Thank you. Your domain will be transferred to'.

  • The Cancel page must contain the string 'Thank you. Your domain will NOT be transferred to'.