Skip to main content

PAYMENT INFRASTRUCTURE

Accept payments globally with one API

Process crypto and card payments with instant settlement, low fees, and a developer-first approach. Built for the modern web.

app.nanowallet.com/gateway
Payment Gateway Dashboard
0.25%Base crypto fee
<2sSettlement time
190+Countries supported
99.95%Uptime SLA

Three ways to get paid one integration

LOWEST FEES

Crypto Direct Pay

Accept USDC and USDT directly. Lowest fees in the industry, instant settlement, no intermediaries. Your customers send stablecoins, you receive USD.

0.25% fee Instant settlement USDC & USDT on 5 chains
Crypto checkout

Card Payments

Accept Visa and Mastercard through our on-ramp partner. Familiar checkout experience with crypto settlement on the backend.

Traditional payment flow customers trust
Auto-conversion to USDC on settlement
2.9% + $0.30 per transaction

Wallet Pay

Web3 native payments. MetaMask, Coinbase Wallet, Rainbow, and 300+ wallets via WalletConnect.

0.5% per transaction

NO CODE REQUIRED

Payment links for everyone

Create payment links in seconds. Share via email, SMS, or QR code. Perfect for freelancers, indie hackers, and vibe coding one-person companies.

Auto-generated QR codes for in-person payments
Secure hosted checkout — no server needed
Set expiration, max uses, and custom amounts
Track views, conversions, and revenue per link
app.nanowallet.com/gateway/links
Payment Links Management

DEVELOPER FIRST

Ship payments in minutes not weeks

Simple, powerful REST API with TypeScript SDKs. Create a checkout session in 5 lines of code.

create-payment.ts
// Create a checkout session
const session = await nano.checkout.create({
  amount: 99.99,
  currency: 'USD',
  methods: ['crypto', 'card', 'wallet'],
  successUrl: 'https://your-app.com/success',
  metadata: { orderId: 'ORD-12345' }
});

// Redirect to hosted checkout
res.redirect(session.checkoutUrl);

// Or embed in your page
<NanoCheckout sessionId={session.id} />

RESTful API

Clean endpoints with OpenAPI spec and interactive docs

HMAC Signatures

Every webhook signed with SHA-256 for verification

Idempotency

Safe retries with idempotency keys on all mutations

Everything you need to scale

Enterprise-grade infrastructure with developer-friendly tooling

Reliable webhooks

Real-time notifications with exponential backoff, signature verification, and delivery logs

Sandbox mode

Test your integration with simulated payments and mock card numbers

99.95% uptime

Enterprise-grade infrastructure with global redundancy and <200ms latency

Ready to accept payments?

Set up your merchant account in under 5 minutes. No monthly fees, no minimums. Pay only when you get paid.