This webhook is designed to inform the developer's system whenever there is a change in the status of an order's refund application on the Keeta platform.
Event ID: 1005
Unique identifier for the after-sales application
Indicates if this is an appealed refund request
| Enum Value | Description |
|---|---|
| 0 | indicates a standard refund request |
| 1 | indicates a customer appeal case (requires platform intervention) |
The pictures field contains a JSON-formatted array string that stores URLs of images uploaded by customers as evidence for their refund requests. This field supports a maximum of 9 image URLs, with each URL separated by commas and properly escaped within the JSON array structure.
Code representing who initiated the refund request:
| Enum Value | Description |
|---|---|
| 0 | System-automated refund |
| 10 | Customer-initiated refund |
| 20 | Merchant-initiated refund |
| 30 | Customer service-initiated refund |
This field represents the code value corresponding to the type of personnel handling this after-sales application:
| Enum Value | Description |
|---|---|
| 0 | indicates system-automated processing |
| 10 | indicates customer-initiated refund |
| 20 | indicates merchant-initiated refund |
| 30 | indicates Keeta customer service representative intervention |
This field indicates the reason why the after-sales application has been changed to its current status.
- https://open.mykeeta.com/api/openhttps://open.mykeeta.com/api/open/orderRefundStatusChangeNotification
{ "orderViewId": 756823555555859, "shopId": 466663, "status": 2001, "afterSaleOrderId": 833443425408767, "isAppeal": 0, "pictures": "https://img-ap-hongkong.mykeeta.net/sailorproduct/9c760595674b395e330cf94b0e5068b0111111.jpg", "money": 2800, "currency": "HKD", "applyOpType": 10, "applyReason": "xxx", "handleOpType": 20, "handleReason": "Merchant agree refund", "opTime": 1751448108144 }
Request executed successfully
A numeric status identifier indicating the result of the interface call, used to determine whether the operation executed successfully.
| Enum Value | Description |
|---|---|
| 0 | The request was executed successfully. |
| Non-zero value | The request execution failed. Specific error details can be viewed in the message field. |
{ "code": 0, "message": "Success" }