🔗
Add crypto payments to your REST API project in under 10 minutes.
Get Your API KeySign up at zateway.com and get your API key
Use POST /api/v1/payments to create payment sessions
Redirect customers to the checkout URL returned
Listen for webhook POST to your webhookUrl
Check payment status via polling or webhook events
// Create a payment session
curl -X POST https://zateway.com/api/v1/payments \
-H "X-API-Key: zate_sk_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"amount": "50.00",
"currency": "USDT",
"chain": "polygon",
"webhookUrl": "https://yoursite.com/webhook",
"successUrl": "https://yoursite.com/success"
}'Get your API key and start accepting crypto payments in minutes.
Get Started Free