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
- You need a KYC verification
sessionId
. Create it via the appropriate endpoint for your KYC level:- Standard individual: /docs/api-reference/know-your-customer/createStandardIndividualVerification
- Browse all KYC endpoints: /docs/api-reference
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
- React (web) example: notus-api-examples/liveness-kyc-sdk-notus-api
- React Native (Expo) example: notus-api-examples/kyc-react-native