Notus API

Overview

Official Notus SDKs for React and Expo

The Notus SDKs help you integrate KYC liveness flows quickly in web and mobile apps.

Quick overview

These SDKs are specifically for the KYC liveness flow. They do not handle other KYC steps or Ramp; use the API for session creation and status checks, then pass the sessionId to the components.

Prerequisites

Example (standard individual):

POST /kyc/individual-verification-sessions/standard

Use the returned sessionId in the SDK components.

Packages

  • React: @notus-api/react-sdk
  • Expo/React Native: @notus-api/expo-sdk

Use the pages in this section for installation and examples.

Examples