x402Powered by x402 on BNB
Payless Logo

PAYLESS

Accept Payments
Without Accounts

Serverless payment platform using x402 protocol. Pay-per-use APIs with instant crypto settlements. No registration, no subscriptions.

Lightning

Instant Settlement

Money in your wallet in 2 seconds, not T+2. Real-time blockchain payments.

Shield

Zero Protocol Fees

No hidden fees. Keep 100% of your revenue. Open-source and transparent.

Globe

Blockchain Agnostic

Works with any blockchain and token. Currently supports USDC on BNB.

Why Choose Payless?

Built for developers who want to monetize APIs without complexity

Code

One Line of Code

Add payment requirements to your API with a single middleware wrapper. That's it.

Robot

Perfect for AI Agents

AI agents can autonomously pay for API requests without human intervention.

Dollar

True Micropayments

Accept payments as low as $0.01. Finally viable without traditional payment fees.

Lock

Privacy First

No accounts, no emails, no OAuth. Users pay and access content anonymously.

Document

Web Native

Built on HTTP 402 status code. Works with any HTTP stack and existing infrastructure.

Link

Serverless Ready

Deploy to Vercel, Netlify, or AWS Lambda. Scale automatically with demand.

Simple Integration

Add payments to your serverless functions in minutes

SERVER (API ROUTE)

import { withX402Payment } from '@/lib/x402/middleware';

async function handler(req: NextRequest) {
  // Your API logic here
  const data = await processRequest(req);
  return NextResponse.json({ data });
}

// Add payment requirement - that's it!
export const POST = withX402Payment(handler, "0.01");

CLIENT (YOUR APP)

// Client makes request
const response = await fetch('/api/your-endpoint', {
  method: 'POST',
  headers: {
    'X-Payment': signedPayment // Auto-handled by x402 SDK
  },
  body: JSON.stringify({ data })
});
1 min
Setup Time
0%
Protocol Fees
2 sec
Settlement Time

Endless Possibilities

Build any pay-per-use service you can imagine

AI

AI API Gateway

Proxy AI models (GPT, Claude) with micropayments per request

$0.05/requestinstant settlement
Image

Image Generation

DALL-E, Midjourney, Stable Diffusion with pay-per-image

$0.10/imageinstant settlement
Chart

Market Data API

Real-time stock quotes, crypto prices, financial data

$0.02/queryinstant settlement
Cloud

Cloud Storage

File storage and CDN with usage-based pricing

$0.001/MBinstant settlement
Document

Premium Content

Articles, reports, research papers with instant access

$1.00/articleinstant settlement
Function

Compute Functions

Serverless compute for data processing and analytics

$0.03/executioninstant settlement

Our Strengths

Why Developers Choose Payless

The simplest way to monetize your APIs. Zero fees, zero complexity, zero compromises.

Lightning

Lightning Setup

One line of code. 5 minutes to production.

Dollar

Keep 100%

Zero protocol fees. Every dollar is yours.

Rocket

True Serverless

Deploy anywhere. Scales automatically.

Code

Fully Open Source

MIT license. Fork, modify, own it.

Lock

Privacy First

No accounts, emails, or OAuth required.

Globe

Any Use Case

Monetize any API or service. No restrictions.

Everything You Need. Nothing You Don't.

Instant Settlement

Money in your wallet in 2 seconds

True Micropayments

Accept payments as low as $0.01

No Accounts Needed

Users pay anonymously, no signup

AI Agent Ready

Perfect for autonomous payments

Built-in Playground

Test all endpoints without coding

Works Everywhere

x402 protocol, blockchain agnostic

Start monetizing your APIs in minutes, not days.