发送到webhook URL地址以验证用户是否已在游戏中注册。该请求作为付款流程的一部分会被多次发送:
done
时使用任何支付方式付款时都会发送该请求。
notification_type required | string 通知类型。 | ||||||||||||
object 带有自定义项目设置的对象。 | |||||||||||||
object 用户详情(对象)。 | |||||||||||||
|
返回以指示处理成功。
提供的信息出错时返回(例如,缺少必需的参数、授权失败等)。
返回以指示您的服务器存在的暂时性错误。
{- "notification_type": "string",
- "settings": {
- "merchant_id": 0,
- "project_id": 0
}, - "user": {
- "country": "string",
- "email": "string",
- "id": "string",
- "ip": "string",
- "name": "string",
- "phone": "string"
}
}
{- "error": {
- "code": "INCORRECT_AMOUNT",
- "message": "Incorrect amount"
}
}