Using the dashboardWebhooks
What Webhooks can do
Webhooks: What Webhooks can do
Webhooks are suitable for the following scenarios:
- Push high-risk identification events to business risk control services.
- Write all identified events to an internal audit or analysis system.
- Trigger alerts when abnormal device, network or client environment is detected.
- Let the server query for more details and execute its own business rules after receiving the event.
Webhooks are asynchronous notifications. After your server receives the callback, you should still decide how to handle it based on your account, order, and risk control rules. Do not directly equate receiving a webhook with "must block".