Uploads multiple documents.
Constraints: up to 5 MB per file, up to 12 MB in total for all files;
allowed file formats: ".jpg", ".pdf", ".png", ".jpeg".
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
{
"files": [
"string"
]
}
Request Code Samples
curl --location 'https://my.test-1.account.finlego.com/api/merchant/integration/transfer-documents' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"files": [
"string"
]
}'
Responses
Request has been successfully completed.
[
{
"fileName": "string"
}
]
Modified at 2026-08-19 08:22:15