---
title: "Upload Evidences (v3)"
method: POST
path: "/v3/profiles/{profileId}/additional-verification/upload-evidences"
tags: ["verification"]
deprecated: true
---

# Upload Evidences (v3)

`POST /v3/profiles/{profileId}/additional-verification/upload-evidences`

> **Deprecated.**

Uploads verification evidence for a specific profile.

The request body varies significantly between **Personal** and **Business** profiles.

## Path parameters

- `profileId` integer, required

## Headers

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

## Request body

- union
  - object — Payload for Personal profile verification.
    - `accountPurpose` 'MOVING_SAVINGS' | 'SENDING_MONEY_TO_FRIENDS_OR_FAMILY' | 'GENERAL_LIVING_EXPENSES' | 'BUYING_GOODS_OR_SERVICES_ABROAD' | 'PAYING_FOR_MORTGAGE_OR_LOAN' | 'PAYING_BILLS' | 'RECEIVING_SALARY_OR_PENSION' | 'INVESTING' — The primary reason for using the account.
    - `accountPurposeExplanation` string — Additional reasons and specific examples for using Wise account. This is a free-text field.
    - `intendedCountries` string[] — List of ISO 3166-1 alpha-3 country codes.<br> Check the [lists of countries you can send money to with Wise](https://wise.com/help/articles/2571942/what-countries-can-i-send-to).
    - `yearlyAnticipatedVolume` '0_2350' | '2351_6000' | '6001_11500' | '11501_60000' | '60001_175000' | '175001_+' — Expected yearly transaction volume in Euros.
    - `mainSourceOfIncome` 'SALARY' | 'INVESTMENTS' | 'PENSION' | 'INHERITANCE' | 'LOAN' | 'OTHER' — Primary source of income. Must be submitted with annualIncome.
    - `annualIncome` '0_11500' | '11501_19000' | '19001_28500' | '28501_47500' | '47501_75000' | '75001_+' — Expected annual income in Euros. Must be submitted with mainSourceOfIncome.
    - `incomeExplanation` string — Additional ways you earn money that were not identified in the provided documents. This is a free-text field.
  - object — Payload for Business profile verification.
    - `businessUseCase` string[] — How the business intends to use the platform.
    - `intendedCountries` string[] — List of ISO 3166-1 alpha-3 country codes.<br> Check the [lists of countries you can send money to with Wise](https://wise.com/help/articles/2571942/what-countries-can-i-send-to).
    - `mainSourceOfFunding` 'REVENUE' | 'BUSINESS_LOAN' | 'FUNDING_AND_SHAREHOLDER_INVESTMENTS' | 'INVESTMENT_INCOME' | 'DONATIONS' | 'GRANTS' | 'OTHER' — Primary source of business funding.
    - `monthlyAnticipatedVolume` '0_1200' | '1201_6000' | '6001_12000' | '12001_60000' | '60001_120000' | '120001_235000' | '235001_600000' | '600001_1200000' | '1200001_6000000' | '6000001_12000000' | '12000001_+' — Expected monthly transaction volume in Euros.

## Response `204`

No Content - Evidence successfully uploaded.

## Other responses

- `400` — Bad Request - Invalid request payload (e.g. no evidence, misspelled evidence, unexpected value). Invalid evidence is populated in the response message. Note that correct evidence might be successfully uploaded.
- `403` — Forbidden - The client is not authorized to perform this request.
- `409` — Conflict - One or more evidences are already uploaded and can't be re-submitted without an agent review. Unacceptable evidence is populated in the response message.
- `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)
