Webhooks Events
Webhook event notifications
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
The webhook type
The creation date of the webhook in ISO8601 format
date-timeThe webhook id
uuid"96f76c6b-1a88-4ef9-89a7-522ce542782b"Response Body
Example Requests
/dispute.createdRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
The unique identifier of the alert
The account identifier associated with the alert
The external account identifier
The transaction object associated with the alert
The date when the alert was created
Network transaction details
The date when the status was last updated
The current status of the alert
Value in
- "alerted"
- "pending"
- "refund_initiated"
- "prevented"
The statement descriptor for the transaction
The amount associated with the alert
Response Body
Example Requests
/alerts.createdRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
The unique identifier of the alert
The account identifier associated with the alert
The external account identifier from the platform
The transaction identifier associated with the alert
The date when the alert was created
Network transaction details associated with the alert
The date when the status was last updated
The current status of the alert. Status can be one of the following: alerted, pending, refund_initiated, prevented.
The statement descriptor for the transaction.
The amount associated with the alert
Response Body
Example Requests
/alerts.transaction.linkedRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
The unique identifier of the alert
The account identifier associated with the alert
The external account identifier
The transaction object associated with the alert
The date when the alert was created
Network transaction details
The date when the status was last updated
The current status of the alert
Value in
- "alerted"
- "pending"
- "refund_initiated"
- "prevented"
The statement descriptor for the transaction
The amount associated with the alert
Response Body
Example Requests
/alerts.updated