当某笔交易在AFS检查过程中被取消时,艾克索拉将发送交易详情到URL Webhook。如需启用此通知,请联系帐户经理。
notification_type required | string 通知类型。 | ||||||||||||||
required | object 交易ID。 | ||||||||||||||
object 退款详情(对象)。 | |||||||||||||||
object 带有自定义项目设置的对象。 | |||||||||||||||
object 用户详情(对象)。 | |||||||||||||||
|
返回以指示处理成功。
提供的信息出错时返回(例如,缺少必需的参数、授权失败等)。
返回以指示您的服务器存在的暂时性错误。
{- "notification_type": "string",
- "refund_details": {
- "author": "string",
- "code": 0,
- "reason": "string"
}, - "settings": {
- "merchant_id": 0,
- "project_id": 0
}, - "transaction": {
- "agreement": 0,
- "dry_run": 0,
- "external_id": "string",
- "id": 0
}, - "user": {
- "country": "string",
- "email": "string",
- "id": "string",
- "ip": "string",
- "name": "string",
- "phone": "string",
- "zip": "string"
}
}
{- "error": {
- "code": "INCORRECT_AMOUNT",
- "message": "Incorrect amount"
}
}