Webhooks
Event notification
This webhook is sent by the server to the client’s registered URL when a subscribed event occurs.
WEBHOOK
Headers
The signature of the request body calculated based on the secret HMAC key of the account.
Body
application/json
The unique identifier for the event.
The timestamp when the event was created.
The type of event that occurred.
Available options:
network.token.updated, pci.token.security-code.expired 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.