When the AFS blocklist is updated (add or remove a parameter), Xsolla sends the notification to the webhook URL. The parameter addition is performed automatically on the Xsolla side or on request. Parameter removing is possible only on request. To enable this notification, contact the Account Manager.
notification_type required | string Type of notification. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required | object Object with information about AFS blocklist event. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Return to indicate successful processing.
Return in case of an error in the provided information (e.g., a required parameter missing, failed authorization, etc.).
Return to indicate temporary errors with your servers.
{- "notification_type": "string",
- "event": {
- "action": "adding",
- "reason": "chargeback",
- "parameter": "nick",
- "parameter_value": "string",
- "date_of_last_action": "string",
- "transaction_id": "string",
- "project_id": 0
}
}
{- "error": {
- "code": "INVALID_USER",
- "message": "Invalid user"
}
}