...
Code Block | ||
---|---|---|
| ||
MANResponse.$.data |
Generate upload URL
Depending on the payload system generates list of signed urls for document scan-copies upload.
Signed URLs to be expired after some period of time (configurable `SECRETS_TTL`). If it has been expired - new declaration request should be created.
Each link is generated for one one-page document in jpeg format. Document should be no more than 10MB.Document URL's generation logic
For On-line
- if no_tax_id = true
- Generate URL with type person.no_tax_id
...