Paths

Components schemas

  • 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
    • ✨ [Added]

Paths

Components schemas

  • 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"

Paths

Components schemas

  • 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

Paths

Components schemas

  • CaseWebhook
    • ✨ [Added] required property is_signatory to case.individuals[]
  • IndividualWebhook
    • ✨ [Added] required property is_signatory to individual

Paths

Paths

Components schemas

  • DocumentCheckWebhook
    • ✨ [Added] required property archived_at to check.data.settings.custom_document_type
  • IdVerificationCheckWebhook
    • ✨ [Added] required property video_file_id to check.data.information

Paths

Components schemas

  • IdVerificationCheckWebhook
    • ✨ [Added] possible values of check.data.settings.vendor: "veriff"
    • ✨ [Added] possible values of check.data.settings.mode: "default"
    • ✨ [Added] possible values of check.data.vendor.name: "veriff"

Paths

Components schemas

  • WebhookContextCase
    • ✨ [Added] required property last_activity_at
  • CaseReportWebhookContext, IndividualWebhookContext, IndividualDeletedWebhookContext, CompanyWebhookContext, CompanyDeletedWebhookContext, NoteWebhookContext, NoteCommentWebhookContext, CheckWebhookContext, CheckDeletedWebhookContext
    • ✨ [Added] required property last_activity_at to case
  • CaseReportWebhook, IndividualWebhook, IndividualDeletedWebhook, CompanyWebhook, CompanyDeletedWebhook, NoteWebhook, NoteCommentWebhook, AmlCheckWebhook, DocumentCheckWebhook, IdVerificationCheckWebhook, IdDocumentCheckWebhook, CheckDeletedWebhook
    • ✨ [Added] required property last_activity_at to context.case

🚨 BREAKING CHANGES

The ​key​ attribute for custom document types must now be used to create your Document check directly in ​settings.document­_type­_key​.
This helps integrator create more resilient and consistent integrations across multiple workspaces, eliminating the need to store custom document types (and their IDs) for each environment.

Paths

  • Create a Document check (POST /v1/checks/document)
    • 🚨 [Added] required status to settings.document_type_key in request body
    • 🚨 [Removed] document_type from settings in request body
    • 🚨 [Removed] custom_document_id from settings in request body