When a new risk signal triggers for an account holder, Adyen can send webhooks to your server. If you want to get notified of these events, you can subscribe to the webhook.
To keep track of risk signal-related events in your marketplace, make sure that:
- Your server can receive and accept webhooks.
- You subscribed to the Configuration webhooks in your Balance Platform Customer Area.
After you have completed your setup, reach out to your Adyen contact, so we can enable sending the webhook type balancePlatform.score.triggered
.
Example webhook
The following is an example request body for a configuration webhook of the type balancePlatform.score.triggered
.
In the example, the risk signals listed in the scoreSignalsTriggered
array triggered the webhook to be sent.
The value of the data.id
field represents an ID that is connected to this specific score calculation. This ID changes for every score calculation and recalculation, and does not appear in your Balance Platform Customer Area.