Free & open source

USDT invoices,
straight to your wallet.

Create payment links and invoices that clients pay directly to your wallet. On-chain verification. Instant receipts. No middleman.

No credit card. No fees. No custody of funds.

Payment Verification Verified
250.00 USDT
Consulting deposit — Invoice #1042
Tx found → Status OK → Amount OK → Receipt issued

How it works

Three steps from invoice to verified receipt.

1

Create

Set up a payment link or invoice with your wallet address and amount. Share the link with your client.

2

Pay

Your client sends USDT directly to your wallet. No intermediary touches the funds at any point.

3

Verify

USDReceipt reads the blockchain, confirms the transfer, and issues a cryptographic receipt.

Built for merchants & freelancers

Everything you need to accept USDT professionally.

Non-Custodial

Payments go directly to your wallet. We never hold, manage, or have access to your funds.

On-Chain Verification

Every payment is verified against Ethereum via JSON-RPC. No Etherscan dependency. Pure on-chain proof.

PDF Receipts & Emails

Auto-generate professional PDF receipts and email them to buyers. Tax-ready with configurable rates.

API & Agent Ready

Full REST API with sandbox mode. Let AI agents create invoices and verify payments on your behalf.

QR Code Payments

Every checkout and invoice includes a QR code. Buyers scan and pay from any mobile wallet.

CSV Export

Download all your receipts as CSV for bookkeeping, taxes, or importing into your accounting software.

Developer-first API

Create checkouts programmatically. Perfect for agents, bots, and integrations.

Terminal
# Create a checkout with your API key
curl -X POST https://usdreceipt.xyz/api/v1/checkouts \
  -H "Authorization: Bearer usdr_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Design project",
    "amount_usdt": "500",
    "recipient_address": "0xYour...Wallet"
  }'

# Response
{ "ok": true, "payment_url": "https://usdreceipt.xyz/pay/chk_..." }

Start accepting USDT today

Free forever. No sign-up fees, no transaction fees, no hidden costs.

Create your free account →