100% non-custodial payment gateway for TRX and USDT. Your keys, your control.
Everything you need to accept TRON payments securely
We never store private keys. You upload only public wallet addresses or XPUB keys.
Accept payments in TRX and USDT (TRC20) on the TRON network.
RESTful JSON API with comprehensive Swagger documentation.
Get started in minutes
Register your account and receive your unique API key
Upload your TRON XPUB key or wallet addresses
Create payment requests via our RESTful API
Receive instant webhooks when payments are confirmed
Integrate TronPay in minutes
curl -X POST https://api.tronpay.me/api/users/register \
-H "Content-Type: application/json" \
-d '{
"email": "[email protected]",
"password": "secure-password",
"webhookUrl": "https://your-app.com/webhooks"
}'
curl -X POST https://api.tronpay.me/api/payments/create \
-H "Content-Type: application/json" \
-H "X-API-Key: your-api-key" \
-d '{
"amount": 100.0,
"asset": "USDT",
"metadata": {"orderId": "12345"}
}'
Complete API reference and interactive documentation
Join merchants using TronPay to accept crypto payments securely