For e-commerce

Add a crypto checkout to your store in an afternoon.

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.

Why

Why stores add KriptoGo

Unique address per order

No memo fields, no amount matching. Each order has its own TRON address, so payments never get mixed up.

Hosted checkout page

QR code, countdown, copy buttons, live status and a clear network warning. Redirect or embed; nothing to design.

No chargebacks

Crypto transfers are final. Digital goods and high-risk categories stop losing revenue to disputes.

Works with any platform

WooCommerce, Shopify via a custom app, Magento, custom code: two HTTP calls and one webhook.

Global customers

No cross-border card fees, no regional card restrictions, no currency conversion at the network's rate.

Transparent cost

1% on successful payments. No setup, monthly or per-order fees.

How it works

From cart to paid in three steps

  1. Create an account and verify your domain

    Submit your store URL, verify it with a DNS record, meta tag or file, and get approved.

  2. Create an invoice when the customer chooses crypto

    Your server calls POST /api/create-invoice with the order total, stores the invoice id on the order and redirects to checkout_url.

  3. Mark the order paid from the webhook

    Verify the signature, update the order status, deliver. The customer returns to your thank-you page via returnUrl.

Where it fits in your checkout

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.

Order matching and statuses

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.

Pricing and currency

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.

Customer support

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.

Regulatory noteThe use of crypto assets for payments is regulated differently from country to country, and some jurisdictions restrict it. This article is a technical guide, not legal or tax advice. Confirm with a professional that your activity complies with the laws of the country you operate in.
FAQ

Frequently asked questions

Do I need to change my theme?

No. The checkout page is hosted by KriptoGo. You only add a payment method and a webhook endpoint.

Can I refund a crypto order?

Refunds are manual: send USDT from your wallet to an address the customer provides. There is no automatic reversal.

How fast is settlement?

The payment is confirmed on-chain within about a minute and credited to your balance immediately. Withdraw to your own wallet whenever you like.

Is there a plugin?

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.

Add crypto checkout to your store

No setup fee, no credit card. Create your account, grab your API key and issue your first invoice in minutes.

Create a free account