---
title: "Submit a KYC Requirement"
method: POST
path: "/v2/profiles/{profileId}/kyc-requirements/{requirementKey}"
tags: ["kyc-review"]
---

# Submit a KYC Requirement

`POST /v2/profiles/{profileId}/kyc-requirements/{requirementKey}`

Submit a KYC requirement for a KYC Review.

- A KYC requirement can only be submitted if the KYC Review status is `WAITING_CUSTOMER_INPUT` or `PASSED_WITH_REQUIREMENTS`.
- A KYC requirement should only be submitted if its `state` is `NOT_PROVIDED` and `apiCollectionSupported` is `true`.

See the [KYC requirement types](/guides/product/kyc/wise-kyc/kyc-requirement-types) guide for the full list of supported requirement types, submission data structures, and accepted values.

## Path parameters

- `profileId` integer, required
- `requirementKey` 'ACCOUNT_INTENT' | 'ACCOUNT_PURPOSE' | 'ANNUAL_VOLUME' | 'BUSINESS_ANNUAL_INCOME' | 'BUSINESS_AUTHORISATION_ID' | 'BUSINESS_AUTHORISATION_LETTER' | 'BUSINESS_DIRECTORS_CHECK' | 'BUSINESS_MONTHLY_VOLUME' | 'BUSINESS_REGISTRATION_DOCS' | 'BUSINESS_SHAREHOLDERS_CHECK' | 'BUSINESS_SOURCE_OF_WEALTH' | 'BUSINESS_SOURCE_OF_WEALTH_INFO' | 'BUSINESS_SOURCE_OF_WEALTH_PROOF' | 'BUSINESS_ULTIMATE_BENEFICIAL_OWNER_ID' | 'BUSINESS_USE_CASE' | 'ID_DOCUMENT' | 'INCOME' | 'INDIA_TRANSFER_PURPOSE' | 'PROOF_OF_TRADING_ADDRESS' | 'SOURCE_OF_FUNDS' | 'SOURCE_OF_WEALTH' | 'SOURCE_OF_WEALTH_INFO' | 'SOURCE_OF_WEALTH_PROOF' | 'TAX_RESIDENCY' | 'USE_CASE_COUNTRIES', required

## Headers

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

## Response `202`

KYC requirement successfully submitted.

## Other responses

- `400` — Invalid request. Common error scenarios: - No `submissionData` provided - No `kycReviewId` provided in submission data - No `data` provided in submission data - Invalid field values - Missing required files
- `401` — User is not authorised to access the resource.
- `404` — KYC Review or provided requirement key not found.
- `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/revisions/4907a1d269ab/schema)
