Verification Started

This Webhook event is executed when user starts verification. Types description you can find in dictionary VerificationStartedEntity. Example:

{
  "clientKey": "b6c98bc0-06b4-4cc7-89b1-ebd71b856d20",
  "appKey": "5c241801-428b-42bd-b7fb-7c9e09ac1101",
  "transactionId": "d716543a-fcc4-4a57-a60e-dbaa91357410",
  "clientSession": "client session identifier",
  "device": {
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/112.0",
    "browserType": "firefox",
    "browserVersion": "112.0.0",
    "sdkVersion": "1.0.7",
    "ip": "192.168.0.1"
  },
  "type": "verificationStarted"
}

Where:

  • transactionId - Allpass transactionId (UUIDv4)

  • clientSession - Session identifier in your system

  • clientKey - Your own Allpass client key

  • appKey - Your own Allpass application key (API key)

  • device - User device information, ip, geo-position

  • type - Webhook event type

Last updated

elKYC - Allpass.ai 2023