Generate a payment link in seconds. Your payer connects their wallet and funds go straight to you — on-chain, direct, instant.
Link management
Already created a link? Paste it below to check its status, extend the expiry, or cancel it — no account needed.
Accepts a checkout URL or a bare payment link ID.
Stablecoins only — no volatility, no surprises.
Ethereum Sepolia
testnet
USDCDeveloper first
POST a payment link from your backend, get back a signed URL and a secret. No SDK. No dashboard. No approval process.
Read the API docscurl -X POST https://api.stablc.xyz/v1/payment-links \
-H "Content-Type: application/json" \
-d '{
"amount": "50000000",
"expiresAt": "2026-06-01T00:00:00Z",
"options": [{
"chain": "ethereum",
"token": "USDC",
"toAddress": "0xYourWallet…"
}]
}' Response — 201 Created
{
"url": "https://checkout.stablc.xyz/p/019d…",
"secret": "clh_sec_4a7f2e…"
}No account. No setup. Generate your first payment link and share it — right now.
Create payment link