🔗

Integrate Zateway with REST API

Add crypto payments to your REST API project in under 10 minutes.

Get Your API Key

Quick Start Guide

1

Sign up at zateway.com and get your API key

2

Use POST /api/v1/payments to create payment sessions

3

Redirect customers to the checkout URL returned

4

Listen for webhook POST to your webhookUrl

5

Check payment status via polling or webhook events

Code Example

// 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"
  }'

Ready to integrate?

Get your API key and start accepting crypto payments in minutes.

Get Started Free

Explore More

React IntegrationNext.js IntegrationWooCommerce PluginShopify PluginWordPress PluginFor E-commerceFor MarketplacesSmart Contracts