Stablecoin checkout that settles directly to your wallet.
Payclave helps merchants create hosted checkout sessions and invoices for a configured receiving asset: USDC or USDT on Polygon. Customers connect a supported wallet or scan/copy a one-time checkout address, and Payclave verifies settlement onchain before marking the invoice paid.


Scan/copy checkout supports deposits across 16 networks. Wallet checkout uses supported source tokens from the connected wallet while merchant settlement stays simple: USDC or USDT on Polygon.
Checkout sessions, invoices, verification, and webhooks without custody.
Payclave provides the customer-facing checkout, merchant dashboard, API keys, payment records, webhook delivery, and audit trail. Funds settle to the wallet you configure, not to a Payclave balance.


Wallet or scan/copy payment. Configured stablecoin settlement.
Customers can connect a supported wallet or generate a one-time checkout address for supported networks. The receiving wallet can be configured for USDC or USDT on Polygon.
import { createPayclaveClient } from "@payclave/sdk-js"23const payclave = createPayclaveClient({4 secretKey: process.env.PAYCLAVE_SECRET_KEY,5})67// Create a hosted checkout session8const session = await payclave.checkout.sessions.create({9 amount: "249.00",10 reference: "order_3041",11 idempotencyKey: "order_3041",12})1314// Verify the payment from a webhook15const event = payclave.webhooks.verify({16 payload,17 signature,18 secret: process.env.PAYCLAVE_WEBHOOK_SECRET,19})20return Response.json({ received: true })SDKs and APIs that match the real checkout flow.
Use a publishable test key with the JavaScript or React SDK, or create checkout sessions from your server with a secret key. Signed webhooks, retry logs, and idempotency keys are part of the API surface.
Customer funds never sit with Payclave.
Payclave orchestrates checkout instructions, records attempts, and verifies settlement. It does not create internal stored-value records, hold funds, or manage private keys.
No Payclave-held funds. Settlement goes to the receiving wallet configured by the merchant.
USDC and USDT on Polygon keep receiving-wallet setup narrow, explicit, and easier to verify.
Every step from checkout to settlement, accounted for.
Hosted checkout and one-time addresses, independent onchain verification, signed webhooks, dashboard records, and SDKs for server, JavaScript, and React — all testable end to end before you settle live.
Hosted checkout sessions
Create checkout sessions and invoices, then send customers to a Payclave-branded checkout URL.
One-time checkout addresses
The scan/copy flow creates checkout-scoped payment instructions for supported deposit networks.
Independent verification
Invoices become paid only after onchain checks confirm the transaction hash, chain, token, recipient, amount, expiry, and duplicate-use rules.
Signed webhook delivery
Payment events are signed, delivered with attempt logs, retried after endpoint failures, and replayable from the dashboard.
Merchant dashboard records
Review invoices, payment records with platform fee and net settlement, API keys, receiving wallet setup, webhook endpoints, and delivery state.
Server, JavaScript, and React SDKs
Create checkout sessions from your server with a secret key, or use the hosted-redirect button for JavaScript and React. Start in test mode, then go live.
The questions worth asking before you ship.
Integration, settlement, webhooks, and what changes when you flip from test mode to live. Anything missing? The team replies the same day.
Simple pricing for non-custodial checkout.
A flat 0.7% per payment, deducted automatically at settlement — no monthly fees and no setup costs. Funds settle straight to your wallet; Payclave never holds your money. Network costs are shown in checkout where applicable.
Sandbox
$0
For building and validating a Payclave checkout integration.
Merchant onboarding
Test key pair generation
Hosted checkout sessions
Invoice and payment dashboard
Webhook endpoint testing
Pay as you go
0.7%per payment
For merchants ready to accept real stablecoin payments.
0.7% per payment — no monthly or setup fees
Customers pay your listed price; you receive it minus 0.7%
USDC or USDT on Polygon receiving wallet
Independent onchain verification
Signed webhooks with retries
Enterprise
Custom
For businesses that want a white-labeled checkout, custom pricing, and enterprise support and SLAs.
White-labeled checkout on your own domain
Volume pricing below 0.7%
Additional settlement chains and tokens
SAML SSO with team roles and permissions
Premium SLA and a dedicated account manager
Custom reporting and reconciliation exports
Create your first Payclave checkout in test mode.
Set up your merchant profile, add a USDC or USDT on Polygon receiving wallet, generate test keys, and create a hosted checkout session from the API or SDK.