Client > KYC
/
Get KYC Verification Options

Get KYC Verification Options

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

SDK endpoint. Returns the set of verification methods available for the authenticated KYC intent, each with a ready-to-open verification URL. Called automatically by vivamo.createKycElements(). Expired EVS links are renewed transparently.

Response

Available KYC verification methods.
    kycVerificationId
    string
    status
    string
      pending
      string
      verified
      string
      verified_manually
      string
      under_review
      string
      rejected
      string
      rejected_manually
      string
      expired
      string
    options
    array of object
      type
      string
        drivers_license
        string
        passport
        string
      url
      string
Built with