Skip to main content

Collect device fingerprint data

Stitch provisions private package access (Cloudsmith) and the exact SDK versions to install during onboarding. Start with Fingerprinting with Stitch SDKs for platform setup and collection APIs, including links to native dependency installation and authentication.

Packages

PlatformPackage
Web@stitch-money/web
React Native@stitch-money/react-native
iOSstitch-money.StitchFingerprint
Androidmoney.stitch:fp-sdk-android

On web, device data is available from @stitch-money/web/device-data.

Call the platform SDK’s getDeviceData() (or equivalent) with your clientId. Send the returned opaque base64 string to your server-side unchanged; your server-side puts it in the API fingerprint field.

The SDK may accept an optional user identifier at collection time. Prefer sending top-level userId from your server-side on submit when known.

Optional submit context (metadata, userId, correlationId) is described in the Server-side API.

Next: submit the payload from your server.