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.

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