用户手动添加了支付帐户或在游戏内购物时保存了支付帐户时发送。要启用此通知,请联系帐户经理。
notification_type required | string 通知类型。 | ||||||||||||
object 支付帐户详细信息(对象)。 | |||||||||||||
| |||||||||||||
object 带有自定义项目设置的对象。 | |||||||||||||
object 用户详情(对象)。 | |||||||||||||
|
返回以指示处理成功。
提供的信息出错时返回(例如,缺少必需的参数、授权失败等)。
返回以指示您的服务器存在的暂时性错误。
{- "notification_type": "string",
- "payment_account": {
- "country": "string",
- "id": "string",
- "name": "string",
- "payment_method": 0,
- "type": "string"
}, - "settings": {
- "merchant_id": 0,
- "project_id": 0
}, - "user": {
- "country": "string",
- "email": "string",
- "id": "string",
- "ip": "string",
- "name": "string",
- "zip": "string"
}
}
{- "error": {
- "code": "INCORRECT_AMOUNT",
- "message": "Incorrect amount"
}
}