Unique address per order
No memo fields, no amount matching. Each order has its own TRON address, so payments never get mixed up.
Sell to customers in any country with USDT. Each order gets its own payment address, the customer pays on a hosted page with a QR code, and your store is notified the moment the payment lands.
No memo fields, no amount matching. Each order has its own TRON address, so payments never get mixed up.
QR code, countdown, copy buttons, live status and a clear network warning. Redirect or embed; nothing to design.
Crypto transfers are final. Digital goods and high-risk categories stop losing revenue to disputes.
WooCommerce, Shopify via a custom app, Magento, custom code: two HTTP calls and one webhook.
No cross-border card fees, no regional card restrictions, no currency conversion at the network's rate.
1% on successful payments. No setup, monthly or per-order fees.
Submit your store URL, verify it with a DNS record, meta tag or file, and get approved.
Your server calls POST /api/create-invoice with the order total, stores the invoice id on the order and redirects to checkout_url.
Verify the signature, update the order status, deliver. The customer returns to your thank-you page via returnUrl.
Add "Pay with crypto (USDT)" as a payment method next to cards and bank transfer. When selected, the order is created as pending, the invoice is generated and the customer is redirected to the checkout page. On return they land on your order-received page. Nothing else in your store changes.
Store the invoice id on the order. The webhook carries that id, the paid amount and the transaction hash; your handler moves the order to processing or completed. If the invoice expires, the pending order times out as usual. The WooCommerce guide shows a complete gateway class.
Invoices are in USDT, which tracks the US dollar. If your store prices in another currency, convert the total at your chosen rate before creating the invoice and store the rate on the order. The customer can pay in USDT or TRX; the checkout page shows the TRX equivalent automatically.
The most common question is "I paid, where is my order?". Because each order has its own address, the answer is one lookup: open the order, find the invoice id, check the status. The second most common issue is a wrong-network transfer, which the checkout page warns about prominently.
No. The checkout page is hosted by KriptoGo. You only add a payment method and a webhook endpoint.
Refunds are manual: send USDT from your wallet to an address the customer provides. There is no automatic reversal.
The payment is confirmed on-chain within about a minute and credited to your balance immediately. Withdraw to your own wallet whenever you like.
A WooCommerce gateway is about a hundred lines of PHP, documented in our guide, and the dashboard's setup prompt can generate it for you.
No setup fee, no credit card. Create your account, grab your API key and issue your first invoice in minutes.
Create a free account