用户从已保存的帐户中删除了支付帐户时发送。要启用此通知,请联系帐户经理。
返回以指示处理成功。
提供的信息出错时返回(例如,缺少必需的参数、授权失败等)。
返回以指示您的服务器存在的暂时性错误。
{- "notification_type": "string",
- "payment_account": {
- "id": "string",
- "name": "string",
- "payment_method": 0,
- "type": "string"
}, - "settings": {
- "merchant_id": 0,
- "project_id": 0
}, - "user": {
- "email": "string",
- "id": "string",
- "name": "string"
}
}
{- "error": {
- "code": "INCORRECT_AMOUNT",
- "message": "Incorrect amount"
}
}