Enterprise-grade payment gateway with multi-network support,
smart routing, and real-time settlement.
Built for developers who need reliability without the complexity.
Ethereum (ERC-20), Polygon, BSC, and more. One integration, multiple chains.
Real-time payment processing with webhook notifications and status polling.
Automatic gateway selection based on region, currency, and availability.
End-to-end encryption, HMAC signature verification, IP allowlisting.
Support for 180+ countries with localized fiat on-ramp providers.
Dashboard with transaction history, volume metrics, and conversion rates.
Integrate in under 5 minutes.
# Create a payment order
curl -X POST https://paygate.it.com/api/v1/create-order \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"amount": 99.99,
"currency": "USD",
"network": "ethereum",
"callbackUrl": "https://your-site.com/webhook"
}'
{
"orderId": "ord_abc123xyz",
"walletAddress": "0x742d...",
"widgetUrl": "https://paygate.it.com/pay?token=...",
"status": "pending"
}
{
"event": "payment.confirmed",
"orderId": "ord_abc123xyz",
"txHash": "0xdef456...",
"amount": 99.99,
"timestamp": 1718012345
}
| Method | Endpoint |
|---|---|
| GET | /api/v1/health |
| GET | /api/v1/payment-methods |
| POST | /api/v1/create-order |
| GET | /api/v1/order-status/:id |
| POST | /api/v1/confirm-payment |
No setup fees. No monthly minimums.
Per transaction fee