PaylaneX is the storefront and checkout platform for crypto-native commerce. Build your shop, list products in USDC or USDT, and accept wallet-to-wallet payments — no Stripe, no cards, no processor.
Spin up a storefront, list products priced in USDC or USDT, and share one link. Every checkout settles wallet-to-wallet through PaylaneX — the only way your shop gets paid.
On a $1,000 sale you keep $995. With traditional processors you'd lose nearly $30 — plus chargeback risk and 2-day holds.
REST + webhooks. Create payment links, generate USDC invoices, configure splits and subscriptions — then let your buyers pay with a tap.
import { Paylanex } from "@paylanex/sdk";
const plx = new Paylanex(process.env.PLX_KEY);
const checkout = await plx.checkout.create({
amount: 24.00,
currency: "USDC",
item: "Monthly Roast — 1kg",
recurring: "monthly",
success_url: "https://shop.io/thanks"
});
return checkout.url; // pay.paylanex.io/...Build your storefront and take your first USDC or USDT payment in under five minutes.