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 and links for a customer. If the existing link has expired (1-hour TTL), a new one is generated automatically. Always fetch a fresh link from this endpoint rather than caching.
Path parameters
externalCustomerIdstringRequired
The customer identifier you provided when creating the record.
Response
KYC information with verification links.
externalCustomerIdstringverificationLinkstringdriversLicenseVerificationLinkstringpassportVerificationLinkstringkycVerificationsarray of objecttypestringproof_of_idstringstatusstringpendingstringverifiedstringunder_reviewstringrejectedstringexpiredstringverified_manuallystringrejected_manuallystringcreatedAtstring
The customer identifier.
URL for the customer to complete identity verification.
Direct URL for driver's license verification.
Direct URL for passport verification.
A KYC verification record for a customer.
The type of verification. Currently, only `proof_of_id` is supported.
Examples:proof_of_id
Current verification status.
Examples:pending
Timestamp when the verification was initiated.
Examples:2025-06-17T00:16:31.155Z
Built with