跳转到主要内容
POST
为客户创建 KYC 链接

授权

Authorization
string
header
必填

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

请求体

application/json
external_customer_id
string
必填

你为被验证客户设置的参考号(在每个 webhook 中回显)。

idempotency_key
string
必填
country
string

仅 KYB。向导通道(us、cl、ve、br、mx、co、pe、bo、py、ar、generic)。

generic_country
string

country=generic 时的 ISO alpha-2。

currency
string
label
string
expires_in_days
integer
metadata
object

响应

KYC 链接已创建。

kind
enum<string>
可用选项:
kyc,
kyb
external_customer_id
string
url
string

分享给被验证个人/企业的托管向导 URL。

status
enum<string>
可用选项:
pending,
opened,
completed,
expired
country
string
label
string
expires_at
integer
submission_id
string

链接完成后出现。

verification_fee
string
idempotency_key
string
created_at
string<date-time>
updated_at
string<date-time>
最后修改于 2026年7月19日