跳转到主要内容
GET
获取 payin

授权

Authorization
string
header
必填

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

路径参数

payinID
string<uuid>
必填

响应

payin。

payin_id
string<uuid>
account_id
string
kind
enum<string>
可用选项:
qr,
collect,
push
country
string
currency
string
method
string
local_amount
string
status
enum<string>
可用选项:
pending,
credited,
unassigned,
expired,
failed
reference
string
created_at
string<date-time>
updated_at
string<date-time>
fx_rate
string

入账时你的 payin 汇率(付款被接收并转换后出现)。

usdt_gross
string
fee
string
usdt_credited
string
failure
object

仅当主动收款的 payin 为 failed 时出现:拒绝来源(provider = 付款人的银行,core = 扣款前校验)以及具体的代码和消息。

最后修改于 2026年7月19日