Skip to main content
WEBHOOK
event_notification
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "type": "network.token.updated",
  "reason": "The scheme updated the network token.",
  "related_object": {
    "id": "5d6b2c9a-9b0b-4b0c-8c7d-9e9d5d7e9d5d",
    "url": "https://my-instance-8765.on-hellgate.cloud/api/network/tokens/5d6b2c9a-9b0b-4b0c-8c7d-9e9d5d7e9d5d"
  }
}

Headers

x-hmac-signature
string

The signature of the request body calculated based on the secret HMAC key of the account.

Body

application/json
id
string<uuid>
required

The unique identifier for the event.

created_at
string<date-time>
required

The timestamp when the event was created.

type
enum<string>
required

The type of event that occurred.

Available options:
network.token.updated,
pci.token.security-code.expired
reason
string
required

A human readable reason description why the event was triggered.

Example:

"The scheme updated the network token."

Response

Confirmation of receipt. For other status codes, the system will try to redeliver.