Skip to main content
Fintech companies face strict regulatory requirements around customer onboarding and ongoing monitoring. iDenfy provides the full stack: identity verification, AML screening, and continuous monitoring.
FeaturePurposeDocs
ID Verification (KYC)Verify customers at onboardingGenerate Token
AML ScreeningCheck PEP, sanctions, and adverse media listsAML Screening
Ongoing AML MonitoringContinuous screening for status changesAML Monitoring
Proof of AddressCollect and verify utility bills or bank statementsAdditional Steps
WebhooksReal-time verification result deliveryWebhooks

Sample token configuration

{
  "clientId": "user_12345",
  "firstName": "Jane",
  "lastName": "Smith",
  "generateDigitString": true,
  "callbackUrl": "https://your-app.com/api/idenfy/callback",
  "expiryTime": 3600,
  "documents": ["ID_CARD", "PASSPORT", "DRIVER_LICENSE"],
  "additionalSteps": {
    "poa": true
  }
}

Integration flow

  1. Customer signs up and enters basic details.
  2. Your backend calls Generate Token and redirects the user to the verification URL.
  3. iDenfy verifies the document and face, then sends results via webhook.
  4. Your backend runs an AML screen and enables ongoing monitoring.
  5. On approval, the customer gains full account access.
Enable Information Comparison by passing firstName and lastName in the token request. iDenfy will cross-check your data against the document.