Quickstart
Get started with EQGate in minutes
Quickstart
Get started accepting crypto payments in just a few steps.
1. Get API Credentials
Sign up at Equidity Cloud and enable EQGate from your dashboard. You'll receive:
- API Key - Used for authentication
- API Secret - Used for webhook signature verification
2. Configure Your Wallet
Before accepting payments, configure your destination wallet addresses in the dashboard:
- Go to EQGate > Wallets
- Add your TRON and/or BSC wallet addresses
- Select which tokens (USDT/USDC) you want to receive
3. Create a Deposit Address
When a customer wants to pay, create a unique deposit address:
4. Display Address to Customer
Show the returned address_in to your customer. They send payment to this address.
5. Handle Webhook
When payment is received, your callback URL receives a POST request:
Next Steps
- Authentication - Learn about API authentication
- Create Address - Full API reference
- Webhooks - Handle payment notifications