Upload documents to an company
Path parameters
ID of the company to upload document
Response
Company document updated successfully
Example response
{
"checks": [
{
"message": "Name matched successfully",
"name": "name_match",
"validate": true,
"weight": 1
}
],
"created_at": "2025-05-01T12:00:00Z",
"document_type": "generic",
"id": "doc_123",
"name": "generic_doc",
"signed_url": "https://cdn.example.com/doc.pdf",
"state": "SUBMITTED",
"status": "approved",
"values": [
{
"confidence": 0.95,
"name": "Full Name",
"value": [
100,
200
]
}
]
}Changes
Changed in 2 of the 24 revisions of this API.325
- ○
added the new
checkenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
- ▲
removed the enum value
accountingof the request propertydocument_typerequest-property-enum-value-removed
- ▲
removed the enum value
bank_statementsof the request propertydocument_typerequest-property-enum-value-removed
- ▲
removed the enum value
proof_addressof the request propertydocument_typerequest-property-enum-value-removed
- ○
added the new
birth_certificateenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
certificate_of_good_standingenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
certificate_of_incorporationenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
criminal_record_extractenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
driver_licenseenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
driver_license_backenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
driver_license_frontenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
financial_statementsenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
identity_card_backenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
identity_card_frontenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
lcb_ft_lab_aml_policiesenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
livret_familleenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
niu_entrepriseenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
organizational_chartenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
passportenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
payslipenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
proof_of_addressenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
proof_of_source_fundsenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
rccmenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
registration_company_certificateenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
risk_policiesenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
social_security_cardenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
taxenum value to the request propertydocument_typerequest-property-enum-value-added
- ○
added the new
vehicle_registration_certificateenum value to the request propertydocument_typerequest-property-enum-value-added
- ▲