Card Customer — Onboarding
Get Customer KYC Link
Generate a KYC verification link for the customer to complete identity verification
GET
Bearer token:
Bearer YOUR_ACCESS_TOKENThe customer’s
yativo_card_id.Call this endpoint after OTP verification. Open
sumsub_link in the customer’s browser or embed it in your app. They will complete identity verification (government ID upload + liveness check) through the hosted Sumsub flow. After completion, poll Check KYC Status until kyc_status is approved — KYC completion is not delivered as a webhook.Link expiry: The Sumsub link is valid for 1 hour from when it was generated. If the customer has not completed KYC within that window, call this endpoint again — a fresh link is returned automatically. You do not need to pass any extra parameters to force a refresh.

