---
title: "Get verification result"
method: GET
path: "/customers/{customer_id}/verifications/{verification_id}"
tags: ["KYC Verification (deprecated)"]
deprecated: true
---

# Get verification result

`GET /customers/{customer_id}/verifications/{verification_id}`

> **Deprecated.**

Get verification result by ID.

This endpoint will be removed in API v1. Use `GET /v0/verifications/{verification_id}` instead.

## Path parameters

- `customer_id` string, uuid, required
- `verification_id` string, uuid, required

## Response `200`

Verification result.

- CustomerVerificationResult — Verification result
  - `id` string, uuid — Unique ID for this verification result.
  - `issues` string[] — List of potential problems found. These are subject to change.
  - `raw_response` RawResponse
    - `provider` 'IDOLOGY' | 'SOCURE' — Name of the organization that provided this data.
    - `raw_data` string — Raw data from an external provider, as a JSON string.
  - `result` 'ACCEPTED' | 'PROVIDER_FAILURE' | 'PROVISIONAL' | 'REJECTED' | 'REVIEW', required — The determination of this verification.
  - `vendor_info` union — The information provided to Synctera from the vendor. Interpretation of this object is up to the client.
    - object
      - `content_type` 'text/xml', required — Describes the content-type encoding received from the vendor.
      - `details` VerificationVendorInfoDetail[] — Array of vendor specific information.
        - `code` string — Vendor specific code.
        - `description` string — Description of vendor specific code.
      - `vendor` string, required — Name of the vendor used.
      - `xml` string, required — Data representaion in XML.
    - object
      - `content_type` 'application/json', required — Describes the content-type encoding received from the vendor.
      - `details` VerificationVendorInfoDetail[] — Array of vendor specific information.
        - `code` string — Vendor specific code.
        - `description` string — Description of vendor specific code.
      - `json` object, required — Data representation in JSON.
      - `vendor` string, required — Name of the vendor used.
  - `verification_time` string, date-time, required — The date and time the verification was completed.
  - `verification_type` 'addressrisk' | 'alertlist' | 'decision' | 'documentverification' | 'emailrisk' | 'fraud' | 'kyc' | 'phonerisk' | 'social' | 'synthetic' | 'watchlistplus' | 'watchlistpremier' | 'watchliststandard', required — The type of check run on the customer.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/versions/b0d812e6cdd0/schema)
