⚛️

Integrate Zateway with React

Add crypto payments to your React project in under 10 minutes.

Get Your API Key

Quick Start Guide

1

Install the Zateway SDK: npm install @zateway/sdk

2

Import the ZatewayCheckout component in your React app

3

Pass your API key and payment amount as props

4

Handle the onSuccess callback to confirm payment

5

Style the checkout button to match your app design

Code Example

import { ZatewayCheckout } from '@zateway/sdk';

function PaymentPage() {
  return (
    <ZatewayCheckout
      apiKey="your-api-key"
      amount={25.00}
      currency="USDT"
      chain="polygon"
      onSuccess={(txHash) => {
        console.log('Payment confirmed:', txHash);
      }}
    />
  );
}

Ready to integrate?

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

Get Started Free

Explore More

WooCommerce PluginWordPress PluginShopify PluginNext.js IntegrationAPI DocsDeFi PaymentsFor TravelZateway vs PayPal