退款详情¶
| 接口地址: | /api/checkout/refund-detail/ |
|---|---|
| Http请求方式: | POST |
| 内容格式: | application/json |
| 权限: | point_pay |
| 参数: |
| 参数 | 参数名 | 类型 | 是否必须 | 说明 |
|---|---|---|---|---|
| client refund id | client_refund_id | string | 是 | 退款流水号 |
| timestamp | timestamp | string | 是 | 时间戳 |
| sign | sign | string | 是 | 签名 |
| 返回值: | 参考退款接口的参数解释 |
|---|
- status
- cash_refund_needed
| 请求示例: |
|---|
{
"client_refund_id":"001"
}
| 返回示例: |
|---|
{
"result_message": "",
"result_code": "refund_order_detail",
"result": {
"status": "init_refund",
"client_refund_id": "001",
"amount": 10,
"cash_refund_needed": null
},
"success": true
}