🗒️
Documentation
  • Platform Overview
  • Get Started
    • Using Platform APIs
    • Lifecycle of the Client
    • Get Financial data
  • Onboarding
    • Onboarding Overview
    • Phone Number Verification
    • Confirm Rules
    • Verify Individual Client
    • Financial Questionnaire
    • Soft Check
    • Waiting
    • Soft Check Decisions
    • Signing Credit Agreement
    • Credit Limit Increase
    • Consent for Marketing
    • Verify Selfie Liveness
    • Verify Documents
    • Proof of Address
  • Payments
    • Send Faster Payment
    • Top-up an account
    • Variable Recurring Payments
  • Credit
    • Overview
  • Cards
    • Overview
  • Platform Communications
  • Back-office processes
  • Mobile SDK
    • Android SDK
    • iOS SDK
Powered by GitBook
On this page
  • Taking a selfie
  • Submitting the picture
  • Upload
  1. Onboarding

Verify Selfie Liveness

At step: SELFIE_UPLOAD Client shall enable User to make live "selfie" (self-photographed picture) and submit it for biometric verification.

Taking a selfie

In order to verify identity, User must take a live photo of himself via your app. To integrate this feature, use Kavoon SDK (please refer to Mobile SDK). Once it has been setup, User is be able to take live facial images with auto capture.

Submitting the picture

To upload the picture please use the API below

Upload

POST https://api.kavoon.io/upload/api/upload

Path Parameters

Name
Type
Description

type*

String

Item type: "SELFIE", "PASSPORT_FRONT_SIDE", "DRIVER_LICENCE_FRONT_SIDE" etc

ext

String

File format e.g. "png", "jpeg" etc

Request Body

Name
Type
Description

document*

String

A file

{
 "result":"0000000000001080"
}

PreviousConsent for MarketingNextVerify Documents

Last updated 2 years ago