Upload a dispute document
Uploads a document as evidence for a dispute. Send the file as multipart/form-data. The file must be a PDF, JPEG, or PNG and smaller than 10 MB. You can upload documents only while the dispute is in waiting_documentation and within its documentation upload deadline. The dispute must match the live or test mode of the API key used.
v1 · Base URL https://api.fintoc.com/v1Autorizaciones
Parámetros de ruta
The dispute the document is uploaded to, prefixed with cb_ (for example cb_8anBm9YpVwXzKqL2).
Cuerpo
The document to upload. Must be a PDF, JPEG, or PNG and smaller than 10 MB.
Respuesta
The uploaded dispute document.
Unique identifier of the dispute document.
"cbd_8anBm9YpVwXzKqL2"
Type of the object. Always dispute_document.
Media type of the uploaded file, for example application/pdf. null when Fintoc cannot determine the type.
"application/pdf"
ISO 8601 datetime in UTC when the document was uploaded.
"2024-01-16T17:04:10.284Z"
Identifier of the dispute this document belongs to.
"cb_8anBm9YpVwXzKqL2"
Name of the uploaded file.
"evidence.pdf"
Size of the uploaded file in bytes.
102400