Update document

Updates a document or field for a verification with the required information.

This service is responsible for updating a specific document associated with a given verification using a multipart/form-data request.

Depending on the type of document and its status, the information may be updated.

📘

Operation is only permitted when the document has a status: PENDING. Once the document status changes to COMPLETED, ERROR, or APPROVED, updates via PATCH will not be possible.

Path Params
string
required

dLocal verification ID.

string
required

dLocal verification document ID.

Body Params
file

File with the content of the document to update. It's used for documents of type DOCUMENT and should only be used if value is not sent. Each file name must include an extension, which can be either .jpeg, .png, or .pdf. Please refer to the list of acceptable documents.

string

Value of the document to update. It's used for documents of type FIELD and should only be used if file is not sent.

string

Reference name given by the merchant in their system.

Responses

Language
Credentials
URL
Request
Response
Choose an example:
application/json