Xsolla sends a webhook with the move_to_game
type to the webhook URL to deliver the item to player in the game.
notification_type required | string Type of notification. | ||||||||
required | object Custom project settings. | ||||||||
required | Array of objects | ||||||||
Array
| |||||||||
required | object User information. | ||||||||
Return an empty body to indicate the player is found.
Return to indicate temporary errors with your servers.
{- "notification_type": "string",
- "settings": {
- "merchant_id": 0,
- "project_id": 0
}, - "items": [
- {
- "id": "string",
- "sku": "string",
- "type": "virtual_item",
- "quantity": 0
}
], - "user": {
- "id": "string"
}
}
null