Sent when you have subscribed to this event on your account, and a domain create request fails after asynchronous registry processing. Most registrations complete successfully at create time; this webhook covers the uncommon case where processing completes later with a failure.
Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.
HMAC signature for the request payload. See HMAC signing documentation for example code and detailed explanation of signing.
"djasfgafgflgsdfgdsfkhfhjas,12334782,1123-3423-4dss4-354"
Payload sent when a domain create request fails after asynchronous registry processing. Most domain creates succeed immediately; this event covers the case where the registry initially accepts processing but later rejects or fails the registration.
The name of the subscription event.
domain.registry.rejection The domain name that failed to register.
"example.com"
The unique identifier of the order for the failed domain create. Use the List Orders endpoint to retrieve order details.
123456
The unique identifier of the order line item for the failed domain create. Use the List Orders endpoint to retrieve order item details.
987654
When the asynchronous registration failure was recorded.
"2023-04-01T12:00:00Z"
Optional human-readable or registry-provided detail about the failure, when available.
"Registry policy violation"
The subscribed server accepted the request.