USDT payments for modern merchants
Accept USDT (TRC-20, ERC-20 & BEP-20) with 0% platform fee.
USDT networks
TRC-20, ERC-20, BEP-20
0% platform fee
You only pay network fees
Webhooks
Invoice status notifications
Checkout
Ready-to-use payment page
Everything you need to accept USDT — without the noise
A focused feature set for merchants who need stable, predictable crypto payments.
USDT on TRC-20, ERC-20 & BEP-20
TRC-20 & BEP-20 for fast, low-cost transfers; ERC-20 as an alternative rail — all with the same simple invoice flow.
0% platform fee
LeCryptio doesn’t take a cut from incoming payments. You only cover the blockchain network fee.
Multi-store dashboard
Create multiple stores under one account — each with its own slug, API tokens, webhooks and branding.
Personal wallet & 1-click checkout
Users can top up their LeCryptio personal wallet and pay invoices from any LeCryptio store in one click — no manual addresses, no copy-paste, instant checkout.
API tokens per store
Each store has its own sk_/pk_ API key pair. You can delete them and generate a new pair directly from the dashboard.
Invoice webhooks
Get notified when an invoice is paid, processing or expired. Delivery logs, retries and status are visible in the admin panel.
How it works
From your first store to accepting payments in just a few simple steps.
01
Create a store
Add a store in the dashboard and configure the basic settings.
02
Verify site ownership
Confirm ownership of your website by adding a meta tag to the homepage.
03
Create API keys
Once the store is verified, an API key pair sk_/pk_ is generated.
04
Connect the way you prefer
Accept payments via API or use the hosted checkout without complex integration.
05
Receive payment statuses
Payment status updates are available via webhooks or the API.
Create invoice (HTTP)
POST https://api.lecryptio.com/v1/invoices
Authorization: Bearer sk_live_xxx
Content-Type: application/json
{
"amount": 135.50,
"currency": "USDT",
"network": "TRC20",
"order_id": "ORDER-123",
"description": "Order #123",
"return_url": "https://merchant.com/return",
"redirect_mode": "button"
}
Webhook payload (JSON)
{
"event": "invoice.paid",
"invoice": {
"uuid": "cd0a2c33-f706-4527-8800-5cd988f43945",
"status": "paid",
"amount": 135.50,
"currency": "USDT",
"network": "TRC20",
"external_id": "ORDER-123"
},
"store": {
"id": "019a0f5f-448e-72e3-bdaa-e66568bd719d",
"slug": "example-store"
},
"sent_at": 1712345678
}
Simple pricing
launch promotion
$0
0% platform fee • you only pay network fees
- USDT (TRC-20, ERC-20 & BEP-20)
- Multiple stores per account
- Webhooks & API access
- Ready-to-use checkout for payments
Merchant balance
Hold & withdraw
Customer payments are routed to LeCryptio-managed wallets and credited to your internal merchant balance inside the platform. When you’re ready, you request a payout to your own external wallet.
- Incoming payments credited to your balance
- Manual withdrawals to your wallet on request
- Works with any exchange or cold wallet you already use
Roadmap
What’s next
- More assets & chains around USDT
- Teams, roles & access control
- Payout helpers, statements & reporting tools
- More code examples, snippets & SDKs
Got a feature request? Tell us.
Frequently asked questions
Short answers about how LeCryptio works.
Do you charge any fees?
LeCryptio charges a 0% platform fee on incoming payments. You only pay the underlying blockchain network fee (for example, TRON gas for TRC-20, Ethereum gas for ERC-20, or BNB Chain gas for BEP-20).
Which networks are supported?
We currently focus on USDT on TRC-20, ERC-20, and BEP-20. Additional networks and assets may be added later based on demand.
Where do the funds go?
Customer payments are sent to LeCryptio-managed wallets and credited to your internal balance within the platform. When needed, you can withdraw funds to your external wallet.
Does LeCryptio have a personal wallet?
Yes. Users can top up their LeCryptio personal wallet using various methods and pay invoices from any LeCryptio store in one click, without manually entering blockchain addresses.
What does the checkout page look like?
LeCryptio provides a ready-to-use checkout page with a minimal interface. You can simply redirect customers to it or use it as part of your payment flow.
How fast are payments confirmed?
Payments on TRC-20 and BEP-20 are usually confirmed within 3–10 minutes. ERC-20 confirmation time depends on gas fees and network congestion. Payment statuses are updated in real time in the dashboard.