Uploads verification documents for review. You can upload multiple files at once.
A valid document must fulfil these requirements:
- The document must be clear.
- The document needs to be a .jpg, .png., or .pdf file type up to 10MB in size.
Security
UserToken
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Example:f47ac10b-58cc-4372-a567-0e02b2c3d479
Type of document being uploaded.
Read our guides on acceptable documents for each of the following:
Enum:"SOURCE_OF_WEALTH""ID_PROOF""ADDRESS_PROOF""TRADING_ADDRESS_PROOF""BUSINESS_AUTH_REP_PROOF_BY_AUTH_LETTER"
- Production Environmenthttps://api.wise.com/2026Q3/profiles/{profileId}/verification-status/upload-document
- Sandbox Environmenthttps://api.wise-sandbox.com/2026Q3/profiles/{profileId}/verification-status/upload-document
curl -i -X POST \
'https://api.wise.com/2026Q3/profiles/{profileId}/verification-status/upload-document' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-H 'X-External-Correlation-Id: f47ac10b-58cc-4372-a567-0e02b2c3d479' \
-F files=@/Users/test/file.png \
-F documentType=SOURCE_OF_WEALTHNo Content - Document successfully uploaded.
Headers
Echoed back when X-External-Correlation-Id was included in the request. Learn more.
Example:"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Response
No content