Client > KYC
/
Get KYC Verification Status

Get KYC Verification Status

GET
https://api.vivamo.co/v1/client/kyc/status

SDK polling endpoint. Returns the current KYC status for the customer behind the authenticated KYC intent. Called automatically by vivamo.createKycElements().

Response

Current KYC verification status.
    status
    string or null
      pending
      string
      verified
      string
      verified_manually
      string
      under_review
      string
      rejected
      string
      rejected_manually
      string
      expired
      string
Built with