# Web商店中的用户验证 艾克索拉从网页商城网站发送一个Webhook以检查游戏中是否存在该用户。该Webhook从以下IP地址发送:34.102.38.178。 注: Webhook仅用于Web商店中的用户验证。有关在建站器中配置Webhook的更多信息,请参阅这些说明。 Endpoint: POST user-validation-in-webshop Version: 1.0 ## Request fields (application/json): - `settings` (object) 带有自定义项目设置的对象。 - `settings.merchant_id` (integer) 商户ID。 - `settings.project_id` (integer) 项目编号。您可以在您的[发布商帐户](https://publisher.xsolla.com/)项目名称旁边。 - `user` (object, required) 用户详情(对象)。 - `user.country` (string) 用户所在国家/地区。使用[ISO 3166-1 alpha-2 标准](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)规定的2字母组合表示国家/地区。 - `user.id` (string, required) 用户ID。 ## Response 200 fields (application/json): - `attributes` (array) 用于个性化的用户属性。有关详细信息,请参阅文档。 - `attributes.key` (string, required) 属性名称。 - `attributes.value` (any, required) 属性值。 - `removingKeys` (array) 要删除的属性列表。如果在attributes参数中指定了相同的属性,则不会被删除。 - `user` (object, required) 用户详情(对象)。 - `user.id` (string, required) 用户ID。 - `user.name` (string) 用户名。 - `user.picture` (string) 用户头像的链接。 ## Response 404 fields