Build with x402Nano Payment API

Integrate instant, feeless Nano payments into your application. RESTful API, webhooks, and comprehensive documentation—go live in minutes.

Integrate in Minutes

Simple, powerful API designed for developers

create_payment.js
const response = await fetch('https://api.x402nano.com/v1/payment', {
  method: 'POST',
  headers: {
    'Authorization': `Bearer ${API_KEY}`,
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    amount: '1.5',
    currency: 'NANO',
    description: 'Premium subscription',
    webhook_url: 'https://yourapp.com/webhook'
  })
});

const payment = await response.json();
// Returns payment address and ID

🚀 RESTful API

Simple HTTP endpoints for creating payments, checking status, and managing transactions. No complex SDKs required.

🔔 Real-time Webhooks

Get instant notifications when payments are received. Build responsive applications with automatic updates.

📚 Comprehensive Docs

Clear documentation with code examples in multiple languages. Copy-paste and go live.

Everything You Need

Production-ready features out of the box

Secure by Default

API key authentication, HTTPS-only, webhook signature verification. Security is built-in, not an afterthought.

High Performance

Built on Rust for blazing-fast response times. Handle thousands of requests per second with ease.

Flexible Integration

Use our hosted payment pages or build custom checkout flows. Integrate however you want.

Analytics Dashboard

Track payments, monitor transaction volumes, and analyze patterns. Real-time insights into your payment flow.

Developer-Friendly

Clear error messages, predictable behavior, and extensive examples. Built by developers, for developers.

No Infrastructure

We handle the Nano node, wallet management, and payment monitoring. You focus on building your product.

Built For

Developers building the future of payments

🛒 E-commerce

Add Nano as a payment option in your online store. Zero payment processing fees means higher margins.

POST /v1/payment

🎮 Gaming & Virtual Goods

Enable instant in-game purchases without high payment gateway fees. Perfect for microtransactions.

Webhooks for instant fulfillment

📱 SaaS Applications

Accept subscription payments in Nano. Automatic verification, instant activation, global reach.

GET /v1/payment/:id/status

🤖 API Monetization

Credit-based API usage. Start with 1,000 free credits/month, upgrade as you grow. No transaction fees on Nano payments.

Perfect for AI APIs
99.9%
Uptime SLA
<100ms
API Response
1K
Free Credits/Month
24/7
Developer Support

Start Building Today

Get your API key in 30 seconds. No credit card required. Go live in minutes.

Have questions? Join our Discord or check out GitHub