Xsolla-logo
  • 文档
  • 创建帐户

Move item to gameWebhook

Xsolla sends a webhook with the move_to_game type to the webhook URL to deliver the item to player in the game.

Request
Request Body schema: application/json
notification_type
string

Type of notification.

project_id
integer

Project ID. You can find this parameter in your Publisher Account next to the name of the project.

game_player_id
string

Player ID in the game.

item_id
string

ID of virtual item or currency.

Responses
200

Return an empty body to indicate the player is found.

500

Return to indicate temporary errors with your servers.

Request samples
application/json
{
  • "notification_type": "string",
  • "project_id": 0,
  • "game_player_id": "string",
  • "item_id": "string"
}
Response samples
application/json
null