查询 Refund 对象
🚀 查看详细参数及数据样例请查看 OpenAPI 接口声明
可以通过 charge 对象的查询接口查询某一个 charge 对象的退款列表,也可以通过 refund 对象的 id 查询一个已创建的 refund 对象。可以在 Webhooks 通知之前,通过查询接口确认退款状态。
请求参数
Name | Type | Description |
---|
charge_id | string | [REQUIRED] 支付 Charge Id |
refund_id | string | [REQUIRED] Refund 对象 id |
返回参数
返回一个已存在的 refund 对象或者一个错误。