Integration Guide
Complete guide to integrating EQGate into your application
Integration Guide
A complete guide to integrating EQGate payment processing into your application.
Payment Flow
- Customer initiates payment on your website
- Your server calls EQGate to create a deposit address
- Display the address to the customer
- Customer sends payment
- EQGate detects the deposit and sends webhook
- EQGate forwards funds to your wallet
- Your server marks the order as paid
Implementation
1. Create Payment Endpoint
2. Handle Webhooks
Security Checklist
- Store API key in environment variables
- Verify webhook signatures
- Use HTTPS for webhook endpoint
- Handle duplicate webhooks (idempotency)
- Log raw webhook payloads for debugging