用户在游戏内进行购买时(例如购买虚拟物品),我们会向您发送有关用户余额变化的特别通知。
返回以指示处理成功。
提供的信息出错时返回(例如,缺少必需的参数、授权失败等)。
返回以指示您的服务器存在的暂时性错误。
{- "id_operation": 0,
- "items": [
- {
- "amount": 0,
- "sku": "string"
}
], - "items_operation_type": "string",
- "notification_type": "string",
- "operation_type": "string",
- "settings": {
- "merchant_id": 0,
- "project_id": 0
}, - "user": {
- "email": "string",
- "id": "string",
- "name": "string"
}, - "virtual_currency_balance": {
- "diff": "string",
- "new_value": "string",
- "old_value": "string"
}
}
{- "error": {
- "code": "INCORRECT_AMOUNT",
- "message": "Incorrect amount"
}
}