跳转到主要内容
GET
列出 POS 收款

授权

Authorization
string
header
必填

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

查询参数

from
string<date>
必填

Start date (YYYY-MM-DD, UTC, inclusive).

to
string<date>
必填

End date (YYYY-MM-DD, UTC, inclusive).

merchant_id
string<uuid>
status
enum<string>
可用选项:
pending,
paid,
expired
page
integer
默认值:1
page_size
integer
默认值:50
必填范围: x <= 200

响应

OK

page
integer
page_size
integer
charges
object[]
最后修改于 2026年7月19日