Merchant Documents
Upload a document for a merchant. Requires multipart/form-data with fields: file (binary) and documentType (string)
Upload a document for a merchant. Requires multipart/form-data with fields: file (binary) and documentType (string)
post/api/v1/merchants/{id}/documents
Path parameters
idstring uuid required
The unique identifier of the merchant
Example:123e4567-e89b-12d3-a456-426614174000
The unique identifier of the merchant
Response
Created
Example response
{
"success": true,
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"documentType": "CERTIFICATE_OF_INCORPORATION",
"fileName": "certificate.pdf",
"uploadedAt": "2024-01-15T10:30:00.000Z"
}
}Changes
Changed in 2 of the 8 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 367 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲