v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
verification

Upload Evidences

Uploads verification evidence for a specific profile.

The request body varies significantly between Personal and Business profiles.

Submitting an evidence that was already uploaded will result in an attempt to update the evidence.

post/v5/profiles/{profileId}/additional-verification/upload-evidences

Path parameters

profileIdinteger required

The unique identifier of the profile.

Headers

X-External-Correlation-Idstring uuid

Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.

Request body

OR

Example request

{
  "accountPurpose": "MOVING_SAVINGS",
  "intendedCountries": [
    "deu",
    "esp"
  ],
  "yearlyAnticipatedVolume": "0_2350",
  "mainSourceOfIncome": "SALARY",
  "annualIncome": "0_11500"
}

Response

Multi-Status - Evidence(s) successfully uploaded, fully or partially.

overallStatus'SUCCESS' | 'PARTIAL_SUCCESS' | 'FAIL'

Status of the entire request.