post https://sandbox.mipisepaymentservices.com/api/platforms//users//persons//documents//upload
Uploads a file for a specific person's document.
If you want to learn more about the different document types, please visit the Document Types page.
To use this endpoint, you must provide a documentUUID.
documentUUID.This endpoint does not create a document in the database. Instead, it uploads a file into an existing empty document slot associated with a user’s person.
Document slots are automatically created when you create a user and its persons. The required documents depend on the person and can be seen in the back office.
You can obtain the
documentUUIDin two ways:
- By calling the Documents List endpoint, which returns all documents (empty or already uploaded) with their UUID for a given user.
- By checking the document information directly in the back office.
Good to know : You can also upload documents directly from the back office.
For details about the document types required, please see the note at the top of this page.