Receive USDT and USDC across Ethereum, BSC, Solana, and TRON. Settle to your wallet or bank. No chargebacks. No friction.
Clean, minimal payment page. Your customer selects a chain, scans a QR code or copies the wallet address, and pays with USDT or USDC. Real-time confirmation. No accounts required on their end.
POST to /api/invoices with the amount, currency, and chain. We return a unique payment address and a hosted checkout URL.
Share the checkout link or embed it. Your customer sends stablecoins from any wallet. We monitor the chain in real time.
Funds land in your CleraChain balance instantly. Withdraw to your wallet on any supported chain, or convert to fiat.
Accept payments on Ethereum, BSC, Solana, and TRON from a single integration.
Wallet keys and sensitive data encrypted at rest with AES-256. SOC 2 compliant.
Sub-second mempool monitoring. Payments detected before block confirmation.
Withdraw to any chain at any time. Auto-settle to your preferred wallet.
Real-time analytics, transaction history, and settlement tracking in one view.
Get notified instantly on payment events. Signed payloads, retry logic built in.
Generate shareable payment links. No code needed. Perfect for invoicing.
In-person crypto payments with a web-based point-of-sale terminal.
RESTful API with comprehensive SDKs for Node.js, Python, Go, and PHP.
curl -X POST https://api.clerachain.com/v1/invoices \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"amount": "150.00",
"currency": "USDT",
"chain": "ethereum",
"metadata": {
"order_id": "ORD-2024-1847",
"customer_email": "buyer@company.com"
},
"redirect_url": "https://shop.example/success",
"webhook_url": "https://shop.example/api/webhook"
}'{
"id": "inv_7Kx9mPqR3nWv",
"status": "pending",
"amount": "150.00",
"currency": "USDT",
"chain": "ethereum",
"pay_address": "0x3a1B...9eF4",
"checkout_url": "https://pay.clerachain.com/inv_7Kx9mPqR3n",
"expires_at": "2024-12-15T14:30:00Z",
"created_at": "2024-12-15T14:00:00Z"
}No hidden fees. No monthly minimums. Pay as you go.
Create an account, grab your API key, and deploy your first checkout in under five minutes. No credit card required.