退款信息回调¶
| 接口地址: | 客户端配置的notify_url参数 |
|---|---|
| Http请求方式: | POST |
| 方法名: | payment |
| 内容格式: | application/json |
| 参数: |
| 参数 | 参数名 | 类型 | 是否必须 | 描述 |
|---|---|---|---|---|
| client refund id | client_refund_id | string | Yes | 退款流水号,必须唯一 |
| amount | amount | decimal | Yes | 总金额 |
| status | status | string | Yes | 退款状态 |
| timestamp | timestamp | string | Yes | 时间戳 |
| sign | sign | string | Yes | 签名 |
| 请求示例: |
|---|
{
"client_refund_id": "007",
"status": "point_refund",
"amount": "10.00",
"method": "refund",
"sign": "40687cef925baaddca45a403cf8a5d22"
}