Everything you need to build
One platform, multiple services. Integrate memory, payments, verification, and more.
Memory Service
AI-native memory management with vector search, semantic understanding, and real-time sync across platforms.
Learn more →Unified Payments
Accept payments via cards, bank transfers, USSD, and mobile money with a single integration.
Learn more →Wallets & Transfers
Create wallets, manage balances, and send instant transfers to bank accounts via NIP.
Learn more →KYC Verification
Verify customers with BVN, NIN, phone, and document verification in seconds.
Learn more →MCP Server
Model Context Protocol server for AI agents. Give your LLM access to memories and services.
Learn more →V-Secure
Enterprise-grade security with encryption, audit logging, and compliance controls.
Learn more →Start building in minutes
Install the SDK, grab your API key, and you're ready to go. Our APIs are designed to be intuitive and developer-friendly.
Install the SDK
npm install @lanonasis/sdkGet your API key
Create a free account at dashboard.lanonasis.com
Make your first request
Create wallets, send transfers, verify identities
import { LanOnasis } from '@lanonasis/sdk';
const client = new LanOnasis({ apiKey: 'sk_live_xxx' });
// Create a wallet
const wallet = await client.wallets.create({
name: 'Customer Wallet',
currency: 'NGN',
});
// Send a transfer
const transfer = await client.transfers.create({
source_wallet_id: wallet.data.id,
amount: 50000, // ₦500.00
destination: {
type: 'bank',
account_number: '0123456789',
bank_code: '058',
},
});
console.log(`Transfer ${transfer.data.id}: ${transfer.data.status}`);
Designed for developers
RESTful APIs with consistent patterns, comprehensive documentation, and interactive playground.
OpenAPI Spec
Full OpenAPI 3.1 specification for code generation and tooling integration.
Idempotency
Built-in idempotency keys to safely retry requests without duplicate operations.
Webhooks
Real-time event notifications with signature verification and retry logic.
Low Latency
Optimized for speed with edge deployments and efficient data structures.
Ready to build something amazing?
Join thousands of developers building with LanOnasis. Start free, scale as you grow.