Going to production
- Add your mainnet TRON address (Settings → environment LIVE). Verify it on the explorer — you must control the keys.
- Create a
sk_live_key and store it in your secret manager. Never commit it. - Add a LIVE webhook endpoint over HTTPS and verify signatures.
- Make a small real payment end-to-end before launch.
- Monitor
payment.underpaid/payment.overpaidevents and handle them operationally.
Operators additionally run php artisan gateway:check-production --probe, which verifies provider credentials, the whitelisted USDT contract, the confirmation policy, migrations, running workers, the scanner and monitoring.