Customers > KYC and Verification
/
Set Customer KYC Manually Verified

Set Customer KYC Manually Verified

POST
https://api.vivamo.co/v1/customers/{externalCustomerId}/kyc-verify/{type}

Manually approve or reject a customer's KYC verification. Only applicable when the verification status is under_review. Set verify: true to approve, verify: false to reject.

Important: In order to perform checks like age verification, manual approval (verify: true) requires that the customer has already attempted document verification. The request will be rejected if no verification data or document images have been captured for the specified type. Manual rejection (verify: false) is not subject to this constraint.

Path parameters

    externalCustomerId
    string
    Required
    The customer identifier you provided when creating the record.
    type
    string
    Required

    The type of verification. Currently, only proof_of_id is supported.

      proof_of_id
      string

Request body

    verify
    boolean
    Required

    Set to true to approve the customer, or false to reject.

Response

Verification status updated.
    message
    string
Built with