Start KYC
Initiate identity verification for a user via Persona.
X-Api-Key and X-Api-Secret headers. See Authentication for details.verificationUrl to complete their identity check through Persona. Once completed, Persona notifies Qash automatically and the user’s status transitions to active — no polling or webhook required on your end.
200 with isExisting: true and the same verificationUrl/inquiryId as before, so it’s safe to call defensively.Authorizations
Partner API key. Generated from Qash Dashboard → Settings → API Keys.
Partner API secret. Shown once at creation — store it securely.
Body
KYC initiation payload.
ID of the user to verify, obtained from POST /users.
"03384ada-a9c5-4c2e-a1bd-a13629ba060c"
User's first name. Optional — improves Persona pre-fill if provided.
"Juan"
User's last name. Optional — improves Persona pre-fill if provided.
"Pérez"
User's email address. Optional — improves Persona pre-fill if provided.
"usuario@empresa.com"
Phone number in international format.
"+573001234567"
Date of birth in YYYY-MM-DD format.
"1990-04-15"