---
title: "Create an identification document"
method: POST
path: "/v1/profiles/{profileId}/verification-documents"
tags: ["profile"]
---

# Create an identification document

`POST /v1/profiles/{profileId}/verification-documents`

Add an identification document to a personal profile. Not applicable to business profiles.

For SSN submissions, only `type` and `uniqueIdentifier` (9 digits, no letters or symbols) are required.

## Path parameters

- `profileId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Request body

- object
  - `firstName` string — Person first name in document.
  - `lastName` string — Person last name in document.
  - `type` 'DRIVERS_LICENCE' | 'IDENTITY_CARD' | 'GREEN_CARD' | 'MY_NUMBER' | 'PASSPORT' | 'SSN' | 'EMIRATES_EMPLOYER' | 'EMIRATES_PLACE_OF_BIRTH' | 'CPF_CNPJ' | 'FINANCIAL_CAPACITY_BR' | 'OTHER' — Document type.
  - `uniqueIdentifier` string — Document number or value. Must be digits only when SSN or FINANCIAL_CAPACITY_BR.
  - `issueDate` string — Document issue date.
  - `issuerCountry` string — Issued by country code. For example "US".
  - `issuerState` string — Issued by state code. For example "NY".
  - `expiryDate` string — Document expiry date.
  - `nationality` string — 2 characters ISO country code.
  - `employerName` string — The name of the employer. Type must be EMIRATES_EMPLOYER.
  - `employerCity` string — The city of the employer. Type must be EMIRATES_EMPLOYER.
  - `employerCountry` string — 2 characters ISO country code. Type must be EMIRATES_EMPLOYER.
  - `birthCity` string — The city of birth of the customer.
  - `birthCountry` string — 2 characters ISO country code.

## Response `200`

Identification document created successfully.

- object
  - `errorMessage` string, nullable
  - `success` boolean

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

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