如果需要手动更改用户余额,可以使用“Internal”操作类型。
返回以指示处理成功。
提供的信息出错时返回(例如,缺少必需的参数、授权失败等)。
返回以指示您的服务器存在的暂时性错误。
{- "id_operation": 0,
- "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"
}
}