Drop-in checkout for Base & Polygon. Non-custodial. Funds settle directly to your wallet. Confirmations and signed webhooks handled for you.
import { initKryptoPay } from "@kryptopay/sdk";
const kp = initKryptoPay({ apiBaseUrl: "https://api.kryptopay.xyz/v1" });
await kp.openCheckout({
amount_units: 2500000, // 2.5 USDC (6dp)
chain: "base",
wallet_address: "0xYourWallet"
});Add the SDK and set your API base URL.
Drop in our modal. We handle network checks and UX.
Funds go to your wallet; watcher confirms; webhooks are signed.
Payments settle directly to your wallet. No managed balances or custody risk.
React + vanilla JS, clear APIs, copy-paste quickstart, good error messages.
HMAC-signed payloads, retries with logs, idempotent delivery.
USDC on Base & Polygon for fast, low-fee payments. More chains later.
Join early access for the SDK, examples, and launch updates.
No. Funds go directly to your wallet on Base/Polygon.
USDC for a start; more ERC-20s later based on demand.
MetaMask and other EVM wallets.
Yes — HMAC-signed with retries and logs.