User Updates NotificationsWebhook

This webhook is designed to communicate various user-related actions — such as verification, blacklisting, or inactivation — which are conducted by a third-party service. When the third-party service completes an action, the webhook instantly relays the outcome:

  • Verification: It notifies whether the user's verification process has succeeded or failed after analysing the provided documents.
  • Blacklisting: It alerts when a user has been added to or updated on the blacklist, usually due to breaching terms of service or other predefined criteria.
  • Inactivation: It sends a notification if a user's account has been deactivated, which may occur for various reasons.

By subscribing to this webhook, partners can ensure they are immediately informed of critical updates to user status, enabling prompt and appropriate responses within their systems.

Request
Request Body schema: application/json
object
Responses
200

Return a 200, 201, 202 or 204 status to indicate that the data was received successfully

Request samples
application/json
{
  • "params": {
    }
}