Hosted checkout, live QR, and instant reconciliation — your order flips to paid the second the rupee lands in your account.
Built for solo merchants. No PCI scope, no chargebacks, no middleman.
Branded checkout with QR, UPI deep-link, 5-minute timer, and live status pings.
Reconciles every payment on amount + order id within seconds — zero manual checks.
Retry safely with an Idempotency-Key header — never double-charge a buyer.
Gmail app passwords sealed with AES-256-GCM. Reveal only with your session.
Create an order with a single call. Get a checkout URL and an order id back.
Customer sees Paid the moment the receipt arrives. No refreshing required.
Bearer-auth, idempotent, edge-deployed. One POST returns a hosted checkout URL. Read the full reference in your dashboard.
Read the full docs// Create an order
const res = await fetch("https://nyc-x/api/v1/orders", {
method: "POST",
headers: {
"Content-Type": "application/json",
"Authorization": "Bearer nycx_sk_••••••••",
},
body: JSON.stringify({ amount: 1499 }),
});
const { checkout_url } = await res.json();
// → /checkout/8b3e1d24-...Two minutes. Zero fees. Direct to your UPI.
Create free account