Customers > KYC and Verification
/Get Customer KYC Info
Get Customer KYC Info
https://api.vivamo.co/v1/customers/{externalCustomerId}/kyc-info
Retrieve KYC verification status for a customer. The response is deliberately minimal: for any status other than pending only status, type, and verifiedAt are returned. When the status is pending, the response also includes a clientSecretKey (cs_ki_…, valid 24 hours) that your frontend passes to vivamo.createKycElements(), plus the EVS URLs under data for backward compatibility (deprecated — new integrations should use the clientSecretKey).
Path parameters
externalCustomerIdstringRequired
The customer identifier you provided when creating the record.
Response
KYC information.
externalCustomerIdstringkycVerificationobject or nulltypestringstatusstringpendingstringverifiedstringverified_manuallystringunder_reviewstringrejectedstringrejected_manuallystringexpiredstringverifiedAtstringclientSecretKeystringdataobjectdriversLicenseVerificationUrlstringDeprecatedpassportVerificationUrlstringDeprecatedurlstringDeprecated
Examples:proof_of_id
When the verification record was last created or refreshed. Present for every status.
SDK client secret (cs_ki_…, 24h TTL) used with vivamo.createKycElements(). Only returned when the verification is pending.
Only returned when the verification is pending. Deprecated — prefer clientSecretKey.
Built with