Current manual workflow
- 1Send a wallet address
- 2Ask for a transaction ID or screenshot
- 3Search the blockchain explorer
- 4Compare the amount
- 5Update the order manually
- 6Resolve mistakes through chat
USDT checkout for existing businesses
Managed implementation. USDT only. TRON and BNB Chain.
Accept USDT on TRON and BNB Chain through the store you already run. MakeMeACoin installs order matching, on-chain confirmation, and a branded payment interface during implementation — not a self-service checkout you switch on from a dashboard.
Your wallet. No setup fee. 0.75% per confirmed payment.
Volume pricing down to 0.50%.
The gap
Fit
Flow
The merchant backend creates a payment session using the order ID and amount.
The customer chooses TRON or BNB Chain and sends the displayed amount to the merchant’s verified wallet.
The system detects the transfer, checks the network and amount, and waits for the required confirmations.
A signed webhook reports the final payment status to the merchant’s backend.
Capabilities
USDT on TRON (TRC20) and BNB Chain (BEP20). Not a multi-asset or multi-network catalog.
Checkout, matching, and reporting are built around USDT rather than a multi-asset catalog.
Customers send to a public address you register and verify. Funds are not held in a MakeMeACoin wallet.
Each session is tied to your order ID, selected network, exact amount, and expiry.
Transfers are monitored and confirmed after the required number of network confirmations.
Payment events are POSTed to your endpoint with an HMAC-SHA256 signature header.
Retries with the same Idempotency-Key return the original session instead of creating a duplicate.
Amounts that do not match the expected value are classified instead of silently marked paid.
Sessions expire so late or reused transfers can be reviewed instead of being applied blindly.
Ambiguous matches can be held for review rather than auto-completing the order.
Sandbox mode exercises the same status pipeline and webhooks before live wallets are enabled.
The standard managed integration includes installation into one existing website or backend, plus 30 days of implementation support.
Comparison
| Dimension | Manual USDT transfers | Self-service crypto gateway | MakeMeACoin managed integration |
|---|---|---|---|
| Setup | Informal: share an address, then reconcile later. | Create an account, add a plugin or call APIs, and configure checkout yourself. | Managed installation into one existing website or backend. |
| Pricing model | No checkout platform fee. Operational matching work remains manual. | Transaction percentage varies by provider, plus network fees. | $0 standard setup. Progressive 0.75% / 0.60% / 0.50% on confirmed volume, plus separate network and provider fees. Hands-on managed installation is included. |
| Breadth | Whatever the merchant can receive and check by hand. | Often many assets and networks. Coverage depends on the provider. | USDT only, on TRON (TRC20) and BNB Chain (BEP20). |
| Fund destination | The merchant’s own wallet. | Varies by provider. Settlement may go to a platform balance or to a merchant wallet. | The merchant’s verified receiving wallet. |
| Integration support | The merchant owns chat, spreadsheets, and explorer checks. | Documentation, plugins, and self-serve APIs. | Checkout review, sandbox, payment UI, signed webhooks, state testing, live-wallet enablement, and first-transaction monitoring. |
| Refunds | The merchant sends from their own wallet. | Varies by provider. | The merchant sends refunds from the merchant’s own wallet. |
Self-service gateway setup, fees, asset coverage, settlement, and refunds vary by provider. This is a category comparison, not a review of a named product.
Implementation
This is a managed installation into one existing website or backend — not a self-service plugin and not a multi-asset payment gateway. We review the checkout you already use, install the branded payment interface, and enable live wallets only after the payment states are tested.
{
"id": "evt_example_0001",
"type": "payment.confirmed",
"api_version": "2026-08-14",
"created": "2026-08-24T12:04:11.000Z",
"data": {
"payment": {
"id": "pay_example_0001",
"object": "payment",
"mode": "live",
"status": "confirmed",
"order_id": "ORD-1042",
"network": "TRC20",
"token": "USDT",
"amount_expected": "149.847000",
"amount_received": "149.847000",
"pay_address": "TExampleMerchantReceiveOnly0000001",
"expires_at": "2026-08-24T12:30:00.000Z",
"confirmed_at": "2026-08-24T12:04:11.000Z",
"transactions": [
{
"tx_hash": "0xexampletxid0000000000000000000000000000000000000000000000000000",
"network": "TRC20",
"amount": "149.847000",
"confirmations": 19,
"classification": "matched"
}
]
}
}
}Deliveries include header X-CM-Signature: t=<unix-seconds>,v1=<hmac-sha256>. Verify the signature with your webhook secret. Never log secrets, private keys, or seed phrases.
Fund flow
Pricing
$0 setup
0.75% per confirmed payment
Volume pricing down to 0.50%
The platform fee applies only to payment volume that reaches confirmed status in the system.
The fee is a monthly commercial charge on recorded confirmed volume. It is not deducted from the customer payment on-chain.
Blockchain network, wallet, and RPC/provider fees may apply separately.
Standard managed integration includes one existing website or backend, TRON (TRC20) and BNB Chain (BEP20), sandbox, payment UI, signed webhooks, nine-state testing, live validation, first-transaction monitoring, and 30 days of implementation support.
Custom development outside the standard scope, and dedicated support after 30 days, are quoted separately.
Progressive pricing: each rate applies only to the volume inside that tier.
0.75%
First 50,000 USDT confirmed / month
0.60%
Next 200,000 USDT (50,000–250,000 tranche)
0.50%
Volume above 250,000 USDT
Conditions
These conditions describe how the service operates. They are not legal advice.
FAQ
USDT only. The checkout workflow is built for USDT rather than a multi-asset catalog.
TRON, using USDT TRC20, and BNB Chain, using USDT BEP20.
No. The standard managed integration is installed into one existing website or backend. There is no instant plugin setup for an arbitrary store.
No. The workflow is USDT only, on TRON and BNB Chain. Card, fiat, custody, automatic conversion, and multi-asset catalogs are out of scope.
No. Customers send USDT to a receiving wallet that you own and verify. MakeMeACoin monitors the chain and reports status; it does not take custody of the funds.
No. You register a public receiving address. Ownership is verified with a signed challenge on that address. Seed phrases and private keys are not requested or stored.
Yes. The standard managed integration is installed into one existing website or backend, not a requirement to rebuild your store.
Your backend creates a payment session with the order ID, amount, and network. The customer is shown the exact amount and receiving address. The on-chain transfer is matched to that session.
The session is classified as underpaid or overpaid instead of being marked confirmed. Ambiguous cases can move to manual-review.
A session is monitored on the network selected at checkout. A transfer sent on a different network is not matched to that session. Recovery is not always possible; it depends on the destination chain and the receiving wallet.
The merchant. Refunds are sent from the merchant’s own wallet. MakeMeACoin does not hold funds and cannot sign withdrawals on your behalf.
Standard setup is $0. MakeMeACoin charges 0.75% of confirmed payment volume, with progressive monthly tiers of 0.60% and 0.50% as volume increases. Blockchain network, wallet, and RPC/provider fees may apply separately. The platform fee is not taken from the customer’s on-chain payment to your wallet.
Rates are progressive and marginal: each rate applies only to confirmed volume inside that monthly tier. The first 50,000 USDT is billed at 0.75%, the next 200,000 USDT at 0.60%, and volume above 250,000 USDT at 0.50%. The fee uses confirmed volume recorded by the system and is billed monthly as a commercial charge.
Implementation time depends on the existing checkout and backend. Scope and timeline are confirmed after the integration review.
Live wallets are enabled only after sandbox testing and security validation.
Yes. Sandbox integration is included so payment states and signed webhooks can be tested before live wallets are enabled.
Legal, tax, AML, sanctions, and customer-compliance responsibilities depend on the merchant’s jurisdiction and business. MakeMeACoin does not provide legal advice.
Show us your current payment flow. We’ll map the integration and confirm whether TRON and BNB Chain checkout is a fit.
Contact
Tell us how you currently collect USDT. We use this to map the integration — not to publish a case study.