@capgo/capacitor-verisoul
Collect Verisoul fraud-prevention sessions from iOS and Android.
Overview
Section titled “Overview”@capgo/capacitor-verisoul wraps the Verisoul native iOS and Android SDKs for Capacitor apps. Use it to initialize Verisoul early, collect native device and behavioral signals, retrieve a session ID, and send that session ID to your backend for Verisoul risk assessment.
Core Capabilities
Section titled “Core Capabilities”configure- Initializes Verisoul with your project ID and target environment.getSessionId- Returns the current Verisoul session ID once native collection is ready.reinitialize- Resets collection and starts a fresh session after account context changes.recordTouchEvent- Forwards Android touch events to Verisoul touch-signal collection.
Public API
Section titled “Public API”| Method | Description |
|---|---|
configure | Initialize the Verisoul native SDK. |
getSessionId | Return the current Verisoul session identifier. |
reinitialize | Reset Verisoul collection and create a fresh session. |
recordTouchEvent | Forward touch events to the Android SDK. |
Source Of Truth
Section titled “Source Of Truth”This reference is synced from src/definitions.ts in capacitor-verisoul.
Keep going from @capgo/capacitor-verisoul
Section titled “Keep going from @capgo/capacitor-verisoul”If you are using @capgo/capacitor-verisoul to plan fraud prevention, connect it with Using @capgo/capacitor-verisoul for the native capability, Getting Started for installation, iOS setup for App Attest notes, Android setup for Maven setup, and Capgo Security for the broader security workflow.