Refund Notice
Settingβ
Log in to the merchant background and fill in the Dispute webhook url in the upper right corner basic information
Return parametersβ
| Parameter Name | Type | Required(Y or N) | Sign(Y or N) | Parameter Description |
|---|---|---|---|---|
| memberid | String | Y | Y | Merchant ID |
| orderid | String | Y | Y | Merchant order number |
| transaction_id | String | Y | Y | Transaction order number |
| amount | String | Y | Y | Order amount |
| refund_orderid | String | Y | Y | Refund order number(When alert_type is "Refund", it returns) |
| refund_amount | String | Y | Y | Refund amount |
| alert_datetime | String | Y | Y | Warning time |
| alert_content | String | Y | Y | Reasons for failed refund or refund reasons |
| alert_type | String | Y | Y | Ethoca,RDR,Chargebacks,Refund |
| alert_status | String | Y | Y | 00: successful 11:failed(Return when the Refund fails) |
| sign | String | Y | N | See MD5 signature example |