2 days ago
AvailableDocument
✨ [Added] possible values of vendor: "topograph"
6 days ago
Create a case (POST /v1/cases)
✨ [Added] property companies in request body
✨ [Added] property individuals in request body
✨ [Added] required property controls in response body
✨ [Added] required property individuals in response body
✨ [Added] required property companies in response body
✨ [Added] required property client_portal in response body
✨ [Added] required property assignee in response body
📝 [Added] deprecated status for assignee_id, use assignee.id instead
Create a relation (POST /v1/cases/{caseId}/relations) , Update a relation (PATCH /v1/cases/{caseId}/relations/{caseRelationId})
📝 [Added] minimum validator to voting_rights_percentage in request body: 0
📝 [Added] maximum validator to voting_rights_percentage in request body: 100
📝 [Added] minimum validator to ownership_percentage in request body: 0
📝 [Added] maximum validator to ownership_percentage in request body: 100
This minimum / maximum were not documented in the API but were already enforce
Create a company (POST /v1/companies) , Create an individual (POST /v1/individuals)
📝 [Added] minimum validator to relations[]. in request body: 0
📝 [Added] maximum validator to relations[]. in request body: 100
📝 [Added] minimum validator to relations[]. in request body: 0
📝 [Added] maximum validator to relations[]. in request body: 100
This minimum / maximum were not documented in the API but were already enforced
CaseRelationCreateWithRef
9 days ago
List all activities (GET /v1/activities)
✨ [Added] possible values in query parameter type: "system__rolled_back__check"
✨ [Added] possible values of data[].type in response body: "system__rolled_back__check"
10 days ago
Fetch company data (GET /v1/company-data/fetch/{search_ref})
✨ [Added] required property tax_identification_number to beneficial_owners[] in response body
✨ [Added] required property tax_identification_number to shareholders[] in response body
✨ [Added] required property tax_identification_number to legal_representatives[] in response body
✨ [Added] required property tax_identification_number to merged_companies[] in response body
15 days ago
CompanyVendorDataList
✨ [Added] oneOf schema to data[]
22 days ago
23 days ago
IdDocumentCheckWebhook
✨ [Replaced] default value of check.data.settings.vendor: "veriff" → "idnow"
about 1 month ago
ClientPortal
✨ [Added] possible values of default_language: "hu"
CaseWebhook
✨ [Added] possible values of case.individuals[].checks[].type: "ekyc"
✨ [Added] possible values of case.companies[].checks[].type: "ekyc"
IndividualWebhook
✨ [Added] possible values of individual.checks[].type: "ekyc"
CompanyWebhook
✨ [Added] possible values of company.checks[].type: "ekyc"
CheckDeletedWebhook
✨ [Added] possible values of check.type: "ekyc"
EkycCheckSettingsCreate, EkycCheckDataSettings, EkycCheckDataVendor, EkycCheckDataInformation, EkycCheckDataAi, EkycCheckData, EkycCheckWebhook
3 months ago
4 months ago