Create Customer via Link
Create a customer via the hosted onboarding link flow. Returns a KYC link and its expiry.
expiresAt — by default, 4 weeks (28 days) after creation. This default may change without notice, so always rely on expiresAt rather than assuming a fixed duration. If the link expires before the customer completes verification, generate a fresh one with Regenerate KYC Link using the customerId from this response.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
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.
Response
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"