HOSTED CHECKOUT
Redirect customers to a Zateway-hosted payment page. We handle the UI, the crypto, and the confirmation. You handle the business.
Acme SaaS
Pro Plan - Monthly
$49.00
SELECT NETWORK
Secured by Zateway
HOW IT WORKS
One API call to create a session, one redirect to collect payment, one webhook to confirm it.
Call our API with the amount, currency, and a success URL. You get back a unique checkout URL.
Send the customer to the Zateway-hosted checkout page. They see a branded, mobile-optimized payment form.
The customer picks their preferred cryptocurrency and completes the payment. We handle all the on-chain verification.
We send a signed webhook to your server with the payment details. Fulfill the order, unlock the content, ship the product.
QUICK INTEGRATION
Create a checkout session with a single POST request. We return a URL, you redirect the customer, and we handle the rest.
// 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
Every detail is designed to maximize payment completion rates.
Accept USDC and USDT across multiple chains. Customers choose their preferred network at checkout.
Add your logo, colors, and custom messaging. The checkout page looks like an extension of your product.
Checkout sessions are created in under 200ms. No loading spinners, no dropped conversions.
Every webhook is signed with your unique secret. Verify authenticity before fulfilling orders.
View completed payments, chain distribution, and revenue metrics in your dashboard. Track how your customers pay.
Sessions expire after a configurable window. No stale payments, no confusion. Clean and predictable.
Get your API keys, create a test session, and go live in an afternoon. No payment processor approvals required.
Get API Keys