Skip to main content
Wallette Docs

The trust and payment
stack for fintech.

Identity, security, MFA, terminal management, and payment orchestration — built as one suite, shipped as five products, integrated through one account.

identity.ts
import { Identity } from '@wallette/identity';

const client = new Identity(process.env.WALLETTE_API_KEY);

const check = await client.checks.create({
applicantId: 'app_4f8a',
reports: ['document', 'biometric', 'aml'],
});

console.log(check.id);
// → chk_1Q8Hkf2X4FfPq
Wallette App

A consumer wallet + MFA app, built on the same stack we ship to developers.

Wallette's standalone app bundles Identity, Trust, and Guard into one experience — a verified-identity wallet with payments and continuous customer authentication baked in.

Learn more →

Developer products

Each product ships with its own brand, SDKs, and API reference. All share one account, one API key, and one set of webhooks.

One account. Every product.

A single Wallette API key works across every product you have access to. Start in sandbox in under five minutes.

Get Started with Identity →