Refund Webhook
Refund Webhook
POST
/webhook/refundBase URL
https://yourdomain.com/webhook/refundWebhook notification sent when a refund is processed or fails. Configure the Dispute webhook URL in the merchant portal, verify the signature, then respond with `OK`.
Setting
Log in to the merchant portal and fill in the Dispute webhook URL in the basic information section.
Bodyapplication/x-www-form-urlencoded
memberidstringsignMerchant ID assigned by the platform.
orderidstringsignMerchant order ID.
transaction_idstringsignPlatform transaction ID.
amountstringsignOriginal order amount.
refund_orderidstringsignRefund order ID. Returned when alert_type is Refund.
refund_amountstringsignRefunded amount.
alert_datetimestringsignNotification timestamp.
alert_contentstringsignRefund reason or failure description.
alert_typestringsignAlert type: Ethoca, RDR, Chargebacks, or Refund.
alert_statusstringsignRefund result: 00 � success; 11 � failed.
signstring