HOSTED CHECKOUT

A checkout experience your customers trust.

Redirect customers to a Zateway-hosted payment page. We handle the UI, the crypto, and the confirmation. You handle the business.

Start Integrating API Reference
checkout.zateway.com

Acme SaaS

Pro Plan - Monthly

$49.00

SELECT NETWORK

Solana (USDC)
Polygon (USDC)
Solana (USDT)
Pay $49.00

Secured by Zateway

HOW IT WORKS

Integration in four steps

One API call to create a session, one redirect to collect payment, one webhook to confirm it.

STEP 1

Create a Checkout Session

Call our API with the amount, currency, and a success URL. You get back a unique checkout URL.

STEP 2

Redirect Your Customer

Send the customer to the Zateway-hosted checkout page. They see a branded, mobile-optimized payment form.

STEP 3

Payment Confirmed

The customer picks their preferred cryptocurrency and completes the payment. We handle all the on-chain verification.

STEP 4

Webhook Delivered

We send a signed webhook to your server with the payment details. Fulfill the order, unlock the content, ship the product.

QUICK INTEGRATION

One API call to start

Create a checkout session with a single POST request. We return a URL, you redirect the customer, and we handle the rest.

Sessions auto-expire after your configured window
Supports metadata for order tracking
Test mode with sandbox environment
SDKs for Node.js, Python, and Go
// Create a checkout session
const session = await zateway.checkout.sessions.create({
  amount: 4900,
  currency: "usd",
  success_url: "https://you.com/success",
  cancel_url: "https://you.com/cancel",
});

// Redirect customer
redirect(session.url);

FEATURES

Built for conversion

Every detail is designed to maximize payment completion rates.

Multi-Currency Support

Accept USDC and USDT across multiple chains. Customers choose their preferred network at checkout.

Branded Experience

Add your logo, colors, and custom messaging. The checkout page looks like an extension of your product.

Sub-Second Redirects

Checkout sessions are created in under 200ms. No loading spinners, no dropped conversions.

Signed Webhooks

Every webhook is signed with your unique secret. Verify authenticity before fulfilling orders.

Payment Analytics

View completed payments, chain distribution, and revenue metrics in your dashboard. Track how your customers pay.

Automatic Expiry

Sessions expire after a configurable window. No stale payments, no confusion. Clean and predictable.

Ship checkout today

Get your API keys, create a test session, and go live in an afternoon. No payment processor approvals required.

Get API Keys