Stablecoin payments without the middleman

Receive stablecoin payments
Without the middleman

Generate a payment link in seconds. Your payer connects their wallet and funds go straight to you — on-chain, direct, instant.

Link management

Manage your payment link

Already created a link? Paste it below to check its status, extend the expiry, or cancel it — no account needed.

Check status Extend expiry Cancel link

Accepts a checkout URL or a bare payment link ID.

Supported networks

Stablecoins only — no volatility, no surprises.

Ethereum Sepolia

testnet
USDC USDC

Developer first

One API call. That's it.

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 docs
create-link.sh
curl -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…"
}

Ready to get paid?

No account. No setup. Generate your first payment link and share it — right now.

Create payment link