5 months ago
CaseWebhook
✨ [Added] possible values of case.individuals[].checks[].type: "electronic_signature"
✨ [Added] possible values of case.companies[].checks[].type: "electronic_signature"
IndividualWebhook
✨ [Added] possible values of individual.checks[].type: "electronic_signature"
CompanyWebhook
✨ [Added] possible values of company.checks[].type: "electronic_signature"
CheckDeletedWebhook
✨ [Added] possible values of check.type: "electronic_signature"
ElectronicSignatureCheckSettingsCreate, ElectronicSignatureCheckDataSettings, ElectronicSignatureCheckDataVendor, ElectronicSignatureCheckDataInformation, ElectronicSignatureCheckData, ElectronicSignatureCheckWebhook
6 months ago
List all activities (GET /v1/activities)
✨ [Added] possible values in query parameter type: "system__updated_risk__case"
✨ [Added] possible values in query parameter type: "system__added_tags__case"
✨ [Added] possible values in query parameter type: "system__added__case_control"
✨ [Added] possible values in query parameter type: "system__removed__case_control"
✨ [Added] possible values of data[].type in response body: "system__updated_risk__case"
✨ [Added] possible values of data[].type in response body: "system__added_tags__case"
✨ [Added] possible values of data[].type in response body: "system__added__case_control"
✨ [Added] possible values of data[].type in response body: "system__removed__case_control"
7 months ago
List all activities (GET /v1/activities)
✨ [Added] possible values in query parameter type: "template__added__case_control"
✨ [Added] possible values in query parameter type: "template__removed__case_control"
✨ [Added] possible values in query parameter type: "user__mark_as_completed__case_control"
✨ [Added] possible values in query parameter type: "system__mark_as_completed__case_control"
✨ [Added] possible values in query parameter type: "user__mark_as_uncompleted__case_control"
✨ [Added] possible values in query parameter type: "system__mark_as_uncompleted__case_control"
✨ [Added] possible values of data[].type in response body: "template__added__case_control"
✨ [Added] possible values of data[].type in response body: "template__removed__case_control"
✨ [Added] possible values of data[].type in response body: "user__mark_as_completed__case_control"
✨ [Added] possible values of data[].type in response body: "system__mark_as_completed__case_control"
✨ [Added] possible values of data[].type in response body: "user__mark_as_uncompleted__case_control"
✨ [Added] possible values of data[].type in response body: "system__mark_as_uncompleted__case_control"
7 months ago
DocumentCheckSettingsCreate
✨ [Added] property fraud_analysis
7 months ago
List all activities (GET /v1/activities)
✨ [Added] possible values in query parameter type: "system__updated_assignee__case"
✨ [Added] possible values of data[].type in response body: "system__updated_assignee__case"
8 months ago
CaseWebhook
✨ [Added] possible values of case.individuals[].checks[].type: "company_monitoring"
✨ [Added] possible values of case.companies[].checks[].type: "company_monitoring"
IndividualWebhook
✨ [Added] possible values of individual.checks[].type: "company_monitoring"
CompanyWebhook
✨ [Added] possible values of company.checks[].type: "company_monitoring"
CheckDeletedWebhook
✨ [Added] possible values of check.type: "company_monitoring"
CompanyMonitoringCheckDataSettingsDTO, CompanyMonitoringCheckDataVendorDTO, CompanyMonitoringCheckDataDTO, CompanyMonitoringCheckWebhook
8 months ago
DocumentCheckDataSettingsDocumentAnalysis
✨ [Added] oneOf schema to parameters
DocumentCheckDataDetailedResults, DocumentCheckDataInformation
✨ [Added] oneOf schema to document_analysis
DocumentCheckData
✨ [Added] oneOf schema to detailed_results.document_analysis
✨ [Added] oneOf schema to information.document_analysis
DocumentCheck
✨ [Added] oneOf schema to data.detailed_results.document_analysis
✨ [Added] oneOf schema to data.information.document_analysis
DocumentCheckWebhook
✨ [Added] oneOf schema to check.data.settings.document_analysis.parameters
✨ [Added] oneOf schema to check.data.detailed_results.document_analysis
✨ [Added] oneOf schema to check.data.information.document_analysis
IdVerificationCheckWebhook
✨ [Added] possible values of check.data.settings.vendor: "onfido"
✨ [Added] possible values of check.data.vendor.name: "onfido"
8 months ago
Create an ID Document check (POST /v1/checks/id_document)
✨ [Added] property vendor to settings in request body: "veriff","idnow"
✨ [Added] required property vendor to data.settings in response body: "veriff","idnow"
✨ [Added] possible values of data.vendor.name in response body: "idnow"
⚠️ [Added] deprecated status to data.detailed_results in response body: true
✨ [Added] possible values of data.information.document_type in response body: "passport", "identity_card", "driving_license", "residence_permit", "visa", "other"
✨ [Added] required property maiden_name to data.information in response body
Retrieve an ID Document check (GET /v1/checks/id_document/{id}) , Add files (POST /v1/checks/id_document/{id}/add_files) , Review an ID Document check (PATCH /v1/checks/id_document/{id}/review)
✨ [Added] required property vendor to data.settings in response body: "veriff","idnow"
✨ [Added] possible values of data.vendor.name in response body: "idnow"
⚠️ [Added] deprecated status to data.detailed_results in response body: true
✨ [Added] possible values of data.information.document_type in response body: "passport", "identity_card", "driving_license", "residence_permit", "visa", "other"
✨ [Added] required property maiden_name to data.information in response body
Create an ID Verification check (POST /v1/checks/id_verification) , Retrieve an ID Verification check (GET /v1/checks/id_verification/{id}) , Review an ID Verification check (PATCH /v1/checks/id_verification/{id}/review) , Refresh an ID Verification check url (POST /v1/checks/id_verification/{id}/refresh_url)
⚠️ [Added] deprecated status to data.detailed_results in response body: true
✨ [Added] possible values of data.information.document_type in response body: "passport", "identity_card", "driving_license", "residence_permit", "visa", "other"
Create a Document check (POST /v1/checks/document) , Add files (POST /v1/checks/document/{id}/add_files) , Retrieve a Document check (GET /v1/checks/document/{id}) , Force review (POST /v1/checks/document/{id}/force_review) , Review a Document check (PATCH /v1/checks/document/{id}/review)
⚠️ [Added] deprecated status to data.detailed_results in response body: true
DocumentCheckWebhook
⚠️ [Added] deprecated status to check.data.detailed_results: true
IdVerificationCheckWebhook
⚠️ [Added] deprecated status to check.data.detailed_results: true
✨ [Added] possible values of check.data.information.document_type: "passport", "identity_card", "driving_license", "residence_permit", "visa", "other"
IdDocumentCheckWebhook
✨ [Added] required property vendor to check.data.settings: "veriff","idnow"
⚠️ [Added] deprecated status to check.data.detailed_results: true
✨ [Added] possible values of check.data.information.document_type: "passport", "identity_card", "driving_license", "residence_permit", "visa", "other"
✨ [Added] required property maiden_name to check.data.information
9 months ago
CaseWebhook
✨ [Added] required property is_signatory to case.individuals[]
IndividualWebhook
✨ [Added] required property is_signatory to individual
9 months ago