ZapSign API
English
English
  • General Information
  • Getting Started
  • ZapSign Environments
  • Ready-to-use requests!
  • Authentication
    • Static token
    • JWT Authentication
      • Get access token
      • Refresh your access token
  • Types of Tokens
  • API versioning
  • Rate Limit Policies
  • Incident alerts
  • How Payment Works
  • Status Code
  • Account
    • Plan Information
    • List account users
    • Create account users
    • Delete account user
  • Documents
    • Create document via Upload
    • OneClick (ClickWrap)
      • Create document (OneClick)
    • Create document via Template
    • Add attachment (extra document)
    • Add attachment (extra document) via Template
    • Detail document
    • List documents
    • Delete document
    • Document Audit Trail
    • Optional: Place signatures
    • Reject Documents
  • Signature Validation
  • Signers
    • Detail signer
    • Update signer
    • Add signer
    • Delete signer
    • Batch sign via API
    • Reject Documents by User
  • Templates
    • Create template (DOCX)
      • Configure Template Form
    • List templates
    • Get template
    • Update template
    • Delete template
  • Partnerships
    • Update Payment Status
    • Create Account
  • TIMESTAMP
    • Add timestamp
  • Background Check
  • Introduction
  • Understanding the Result
  • Creating a Background Check
    • Person Check
    • Company check
  • Retrieve a Check
  • Check details
  • Webhooks
    • How webhooks works
    • Testing webhooks on ZapSign
    • Create Webhook
    • Webhooks logs
    • Events
      • Document
        • Doc created
        • Doc deleted
        • Created signer
      • Signer
        • Signature request send
        • Document viewed
        • Reading confirmation
        • Doc signed
        • Doc refused
        • Email bounce
        • Failed Validation
      • Background check
        • Background check completed
    • Reprocessing Documents and Webhooks
    • Delete Webhook
  • Widget
    • How widget works
Powered by GitBook
On this page

Was this helpful?

  1. Webhooks
  2. Events
  3. Background check

Background check completed

background_check_completed (example)

{
  "check_id": "CHK0163c33c219452ef3fdaa37ff0bf33f4",
  "status": "completed",
  "score": 1.0,
  "company_name": "TRUORA SAS",
  "full_name": "",
  "first_name": "",
  "last_name": "",
  "date_of_birth": null,
  "issue_date": null,
  "national_id": "",
  "passport": "",
  "native_national_id": "",
  "pep": "",
  "ptp": "",
  "foreign_id": "",
  "tax_id": "901189979",
  "country": "CO",
  "native_country": "",
  "check_type": "company",
  "lang": "es",
  "region": "",
  "created_at": "2025-04-28T23:11:45.070846Z",
  "last_update_at": "2025-04-28T23:12:44.277886Z",
  "event_type": "background_check_completed"
}
PreviousBackground checkNextReprocessing Documents and Webhooks

Last updated 22 days ago

Was this helpful?