Build the Future of Payments.
Enterprise-grade SDKs and APIs for high-volume remmitance. From biometric auth to real-time settlement, it's all one API call away.
Integrate in Minutes
Our SDK handles the complex biometric verification and cross-border routing logic so you can focus on building your business.
Native Biometrics
Leverage FaceID, TouchID, and Android Biometrics natively.
Global Webhooks
Get real-time updates for transfer completions and FX shifts.
Retry Logic
Built-in idempotency and smart retry for network resilient apps.

import { Fingerwave } from '@fingerwave/sdk';
const fw = new Fingerwave({
apiKey: process.env.FW_SECRET,
env: 'sandbox'
});
// Authorize with biometric hash
const session = await fw.auth.verify({
userId: 'usr_812',
biometricToken: 'bio_hash_...',
nonce: 'unique_8a2x'
});See the Integration in Action.
Watch how our biometric middleware orchestrates cross-border settlement in real-time.
Complete Reference
Everything you need to ship world-class payment flows.
API Reference
REST & GraphQL specs
SDK Guides
iOS, Android, and Web
Solutions
Reference architectures
Sandbox
Test your integration