# Upload Document 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. Endpoint: POST /v3/profiles/{profileId}/verification-status/upload-document Security: UserToken ## Path parameters: - `profileId` (integer, required) The profile ID (personal or business). ## Request fields (multipart/form-data): - `files` (string, required) Path of the files to be uploaded. Example: "@/Users/test/file.png" - `documentType` (string, required) Type of document being uploaded. Read our guides on acceptable documents for each of the following: - Source of wealth - [guide](/guides/product/kyc/partner-kyc/additional-verification#source-of-wealth-document) - Id Proof - [guide](https://wise.com/help/articles/2949801/how-does-wise-verify-my-identity?origin=search-ID+coument+) - Address Proof - [guide](https://wise.com/help/articles/2949804/how-does-wise-verify-my-address?origin=search-proof+of+address+) - Trading Address Proof - [guide](/guides/product/kyc/partner-kyc/additional-verification#proof-of-trading-address-document) - Business Authorisation Letter - [guide](/guides/product/kyc/partner-kyc/additional-verification#business-authorisation-letter-document) Enum: "SOURCE_OF_WEALTH", "ID_PROOF", "ADDRESS_PROOF", "TRADING_ADDRESS_PROOF", "BUSINESS_AUTH_REP_PROOF_BY_AUTH_LETTER" ## Response 204 fields ## Response 400 fields ## Response 403 fields ## Response 409 fields ## Response 413 fields ## Response 415 fields