Skip to main content
GET
列出退款

授权

Authorization
string
header
必填

会话 JWT(来自注册/登录)或 API key(pk_...)。 也接受 X-API-Key: <token> 作为替代请求头。

查询参数

from
string<date>
to
string<date>
payin_id
string<uuid>
status
enum<string>
可用选项:
pending,
completed,
failed
kind
enum<string>
可用选项:
refund,
void,
chargeback
page
integer
page_size
integer

响应

退款分页。

The response is of type object.

最后修改于 2026年8月22日