Xsolla sends a webhook with the user_validation
type to the webhook URL to verify that a player is registered in the game. The request is sent before moving virtual items or currency to the game process.
Return an empty body to indicate the player is found.
Return in case the player is not found.
Return to indicate temporary errors with your servers.
{- "notification_type": "string",
- "project_id": 0,
- "game_player_id": "string"
}
null