Domain Event: registrant_verification_status_change
This event notification is generated when there is a change to the registrant verification status for a domain. This provides an update on the state of a registrant's verification.
Response Parameters for registrant_verification_status_change (domain)
If the request is successful, the attributes associative array may include the
following:
Parameter name | Obligation | Definition/Value |
|---|---|---|
verification_status | Always returned. | The status of the verification. Possible values include:
not_applicable |
last_note | Optional | The most recent note for the registrant verification object. It may include details about the verification that took place, such as the reason for failure. |
Example Response for registrant_verification_status_change
<?xml version='1.0' encoding="UTF-8" standalone="no" ?>
<!DOCTYPE OPS_envelope SYSTEM "ops.dtd">
<OPS_envelope>
<header>
<version>0.9</version>
</header>
<body>
<data_block>
<dt_assoc>
<item key="protocol">XCP</item>
<item key="object">EVENT</item>
<item key="response_code">200</item>
<item key="is_success">1</item>
<item key="response_text">Command successful</item>
<item key="transaction_id">2014-06-19 11:31:49 27660 101</item>
<item key="action">REPLY</item>
<item key="attributes">
<dt_assoc>
<item key="events">
<dt_array>
<item key="0">
<dt_assoc>
<item key="object_data">
<dt_assoc>
<item key="domain_name">tucows-13e97b6ef1b1c.com</item>
<item key="domain_id">808369</item>
<item key="verification_status">pending</item>
</dt_assoc>
</item>
<item key="object">DOMAIN</item>
<item key="event_id">f430be6ae0ff7600a1b5214125b0e079</item>
<item key="event">REGISTRANT_VERIFICATION_STATUS_CHANGE</item>
<item key="event_date">2014-06-19T15:31:48Z</item>
</dt_assoc>
</item>
</dt_array>
</item>
<item key="total">6</item>
</dt_assoc>
</item>
</dt_assoc>
</data_block>
</body>
</OPS_envelope>Updated 18 days ago
