用户从保存的支付帐户中删除支付帐户时,艾克索拉会向Webhook URL发送一个payment_account_remove
类型的Webhook。要接收该Webhook,请联系您的客户成功经理或发送电子邮件至csm@xsolla.com。
notification_type required | string 通知类型。 | ||||
object 支付帐户详细信息(对象)。 | |||||
object 带有自定义项目设置的对象。 | |||||
| |||||
object 用户详情(对象)。 | |||||
返回以指示处理成功。
提供的信息出错时返回(例如,缺少必需的参数、授权失败等)。
返回以指示您的服务器存在的暂时性错误。
curl -v 'https://your.hostname/your/uri' \ -X POST \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'Authorization: Signature d09695066c52c1b8bdae92f2d6eb59f5b5f89843' \ -d '{ "notification_type": "payment_account_remove", "settings": { "project_id": 18404, "merchant_id": 2340 }, "user": { "email": "email@example.com", "id": "1234567", "name": "John Smith" }, "payment_account": { "id": "12345678", "name": "email@example.com", "payment_method": "24", "type": "paypal" } }'
{- "error": {
- "code": "INCORRECT_AMOUNT",
- "message": "Incorrect amount"
}
}