退款异步通知
退款 Webhook
POST
/webhook/refundBase URL
https://yourdomain.com/webhook/refund退款处理完成或失败时发送的异步通知。请在商户后台配置 Dispute webhook URL,验签后返回 `OK`。
配置说明
登录商户后台,在右上角基本信息中填写 Dispute webhook URL。
Bodyapplication/x-www-form-urlencoded
memberidstringsign平台分配的商户号。
orderidstringsign商户订单号。
transaction_idstringsign平台交易号。
amountstringsign原订单金额。
refund_orderidstringsign退款单号,alert_type 为 Refund 时返回。
refund_amountstringsign退款金额。
alert_datetimestringsign通知时间。
alert_contentstringsign退款原因或失败说明。
alert_typestringsign告警类型:Ethoca、RDR、Chargebacks 或 Refund。
alert_statusstringsign退款结果:00 — 成功;11 — 失败。
signstring