---
title: "Create Verification"
method: POST
path: "/v2/clients/{ClientID}/verifications"
tags: ["Verification"]
---

# Create Verification

`POST /v2/clients/{ClientID}/verifications`

Creates a KYB/KYC verification case. 

 Request to enable at [TabaPay Support](https://tabapay.zendesk.com/hc/en-us/requests/new#/) or [help@tabapay.com](mailto:help@tabapay.com)

## Path parameters

- `ClientID` string, required

## Request body

- VerificationCreate
  - `referenceID` string, required — Client-defined reference identifier
  - `userID` string, required — TabaPay user identifier
  - `document` object, required
    - `front` string, required — 22 character unique document ID from [Create Document](https://developers.tabapay.com/reference/createdocument)
    - `back` string, required — 22 character unique document ID from [Create Document](https://developers.tabapay.com/reference/createdocument)

## Response `200`

Verification created.

- CreateVerificationResponse
  - `SC` integer — [HTTP Status Code](https://developers.tabapay.com/reference/http-status-codes#/)
  - `EC` string — Internal Error Code. This is used to help TabaPay team members trace an error.
  - `EM` string — Short description of the error if an error occurred.
  - `verificationID` string — TabaPay verification identifier
  - `status` string — Status of Verification Request Valid Values: - CREATED - PENDING - COMPLETED - FAILED - UNKNOWN

## Other responses

- `207` — One or more failures occurred while processing the Request.

---

[API](https://skmtc.dev/tabapay/apis/tabapay-apis.md) · [All operations](https://skmtc.dev/tabapay/apis/tabapay-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tabapay/tabapay-apis/revisions/154fa3d585cf/schema)
