Kvalifika
  • Kvalifika Intro
  • Sign Up
  • Main interface components
  • Initial Setup
    • Setup
    • User Management
    • Branding
    • Configuration
      • Session
      • Liquidation
      • Awaiting Action
      • Extra Fields
      • Web Hooks
      • 2FA
      • High risk countries
    • Security
    • Billing
  • Verification Session
    • Sessions
      • Session Details
    • Awaiting Action
      • Session Details
    • Rejections
      • Session Details
    • Dashboard
    • Activity
  • Integration
    • Integration Guide
    • Initial Setup
    • Integration with WIX
    • Integration with Shopify
  • Web SDK
  • Mobile SDK
    • Android
    • iOS
    • Flutter
    • React Native
Powered by GitBook
On this page
  • Callback webhook
  • Serverless function hook
  1. Initial Setup
  2. Configuration

Web Hooks

Configuring web hooks

PreviousExtra FieldsNext2FA

Last updated 2 years ago

Web hook is a way for a company app to provide Kvalifika with real-time session information. A web hook delivers data to Kvalifika as it happens, meaning the data is received immediately. Web Hooks page shows added web hooks and gives the possibility to add new and update/delete the existing ones:

By clicking CONFIGURE NEW WEBHOOK, Master User can add a new web hook, after first selecting from the two available types:

  • Callback webhook

  • Serverless function web hook

Callback webhook

After selecting Callback webhook, it is possible to configure it on the same pop-up window:

The following options should be selected:

  • Web Hook

    • Post Verification

    • Post Manual Verification

    • POST

    • PUT

  • Callback URL

  • Active (ON/OFF)

  • ACTIVATE

Serverless function hook

If Serverless function hook is selected, it is possible to create web hook directly from the Kvalifika platform in the same pop-up window:

Serverless function is written in JavaScript programming language (Python or other languages may be added later). The following information is needed for creating a new serverless function hook:

  • Function name

  • Web Hook

    • Which session data should be transferred:

      • Verification

      • Manual Verification

  • Enabled (ON/OFF)

  • Function body

  • CREATE

After adding a new web hook, it will be available for further configuration on the landing page of Settings/Configuration/Web Hooks.

Method (see for more details)

this article
Settings / Web hooks
Adding a new web hook
Adding Callback webhook
Adding Serverless function hook