framework
Accept Crypto Payments on Next.js
Integrate Zateway with Next.js. App Router API routes create sessions and verify webhooks. Non-custodial USDT & USDC on Polygon, Solana, Base, BSC, Arbitrum, Optimism.
Integration steps
- Create a Zateway account and copy your API key.
- Connect your self-custody wallet address for Next.js settlements.
- Create a payment session via API, plugin, or payment link for Next.js.
- Redirect customers to hosted checkout or embed the widget in Next.js.
- Verify HMAC-signed webhooks and fulfill the order in Next.js.
Quick tip
POST https://zateway.com/api/v1/sessions with x-api-key — then open checkoutUrl from Next.js.