Refunds 退款
refund 对象允许你可以对已经支付的 charge 对象发起退款请求。
Name | Type | Description |
---|---|---|
account | V1RefundExtra | 支付渠道退款元参数 |
amount | float | 退款金额 |
charge_id | string | Charge 对象 id |
charge_merchant_trade_id | string | 商户系统订单号 |
created_at | time | 退款创建时间 |
description | string | 退款说明 |
failure_code | string | 支付渠道失败错误码 |
failure_msg | string | 支付渠道失败原因描述 |
is_success | bool | 退款是否成功 |
metadata | hash | 元数据,原样返回 |
refund_id | string | Refund 对象 ID |
refund_no | string | 退款单号 |
status | string | 退款状态 |
success_at | time | 退款成功时间 |
transaction_no | string | 交易号 |