Criar Cliente via Link
Create a customer via the hosted onboarding link flow. Returns a KYC link and its expiry.
expiresAt — por padrão, 4 semanas (28 dias) após a criação. Este padrão pode mudar sem aviso prévio, então confie sempre em expiresAt em vez de assumir uma duração fixa. Se o link expirar antes de o cliente concluir a verificação, gere um novo com Regenerar Link KYC usando o customerId desta resposta.Autorizações
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Corpo
The type of customer to onboard.
individual, business "individual"
The customer email address.
254"jane.smith@example.com"
The customer phone number in E.164 format.
^\+(?:[0-9]){6,14}[0-9]$"+14155550123"
The customer's address. For individual customers this is the residential address; for business customers this is the registered business address.
Resposta
The ID of the customer the KYC link belongs to
"customer_b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7"
Hosted KYC URL
"https://in.sumsub.com/websdk/p/sbx_uq30ag1ov7oHZhmx"
ISO 8601 formatted date and time of the KYC URL expiration. By default, links expire 4 weeks (28 days) after creation, but this default may change without notice — always rely on this field rather than assuming a fixed duration.
"2026-03-09T20:46:31.305Z"