跳到主要内容

退款异步通知

退款 Webhook

POST/webhook/refund
Base URLhttps://yourdomain.com/webhook/refund

退款处理完成或失败时发送的异步通知。请在商户后台配置 Dispute webhook URL,验签后返回 `OK`。

配置说明

登录商户后台,在右上角基本信息中填写 Dispute webhook URL。

Bodyapplication/x-www-form-urlencoded

memberidstringsign

平台分配的商户号。

orderidstringsign

商户订单号。

transaction_idstringsign

平台交易号。

amountstringsign

原订单金额。

refund_orderidstringsign

退款单号,alert_typeRefund 时返回。

refund_amountstringsign

退款金额。

alert_datetimestringsign

通知时间。

alert_contentstringsign

退款原因或失败说明。

alert_typestringsign

告警类型:EthocaRDRChargebacksRefund

alert_statusstringsign

退款结果:00 — 成功;11 — 失败。