API-first payment intents
Create a payment intent, deliver instructions, and receive webhooks as the transaction moves from initiated through settled.
Qint is an API-first crypto payment gateway for merchants. Spin up payment intents, host beautiful checkouts, and reconcile to settlement — all backed by an audited transaction lifecycle and real-time webhooks.
Fireblocks
Bitcoin
TetherQint is engineered for production — state-machine driven, event-friendly, and audit-clean. Drop in the SDK, link the gateway, and start collecting payments in days, not quarters.
Create a payment intent, deliver instructions, and receive webhooks as the transaction moves from initiated through settled.
Beautiful Stripe-style checkout pages with wallet address, QR code, live status, and a countdown timer — no front-end required.
Native gateway plugin with merchant settings, hosted checkout redirect, and order status updates wired to webhooks.
Every request is idempotent. Retry without fear — duplicate intents collapse and the audit trail stays clean.
HMAC-signed event delivery with replay protection. Listen for status changes and reconcile state automatically.
Every state transition, retry, and webhook delivery is recorded — ready for reconciliation, disputes, and compliance.
Qint orchestrates the entire flow — from intent creation through blockchain confirmation and fiat settlement — and surfaces it as a clean dashboard, plugin, and SDK.
QR + address + live status + countdown. Mobile-perfect. Branded to your merchant.
Initiated → Pending → Confirmed → Settled. Failed and Expired are first-class.
HMAC signatures, idempotency keys, and a delivery log you can audit.
CSV exports, daily and monthly summaries, and audit logs in one place.
BTC, ETH, USDT, USDC and more — on the networks your buyers already use.
Merchant status gating, role-based access, and an immutable audit trail — paired with a regulated execution partner for compliance and payouts.
Idempotent, audited, and built around an event-driven core. No state guessing.
POST /v1/payment_intents with an amount, currency and an order reference. Qint returns an intent and a hosted checkout URL.
We host the checkout: wallet address, QR, network, timer, and live status — all branded to your merchant.
We watch the chain and ping your endpoint with signed events at every state transition.
Funds are converted and settled to fiat through our regulated execution partner. CSV exports and audit logs are ready for finance.
Stripe-shaped semantics, idempotency keys, signed webhooks, and SDKs for the languages you ship with. Drop-in for new builds and clean to integrate with legacy checkouts alike.
import Qint from class="s">"@qint/node";
const qint = new Qint(process.env.QINT_API_KEY);
class=class="s">"c">// 1) Create a payment intent
const intent = await qint.paymentIntents.create({
amount: class="s">"124.00",
currency: class="s">"USDC",
network: class="s">"polygon",
order_ref: class="s">"order_4029",
callback_url: class="s">"https:class="cclass="s">">//shop.pippin.co/webhooks/qint",
});
class=class="s">"c">// 2) Redirect your buyer to the hosted checkout
console.log(intent.checkout_url);Qint is API-first, but you don't have to start there. Choose the integration that fits.
Transparent, transaction-based pricing. No setup fees, no minimums. Volume discounts kick in automatically as you grow.
Everything you need to test the gateway and ship your first integration.
For merchants moving real volume. Lower per-tx fee and priority support.
Tailored for high volume, regulated, and multi-region merchants.
“We went from a slide deck to taking real USDC payments in under three weeks. The webhook semantics are a chef’s kiss.”
“The hosted checkout did the heavy lifting we did not want to do. Our team only had to wire two webhooks and a redirect.”
“Reconciliation used to be a Friday-night sport. With Qint’s audit trail and CSV exports, finance closes out in minutes.”
At launch we support BTC, ETH, USDT, USDC, SOL and a growing set of major coins across Bitcoin, Ethereum, Polygon, Solana, and BSC. The full list lives in the developer docs and grows with merchant demand.
Qint orchestrates the transaction lifecycle end-to-end: wallet provisioning, blockchain confirmation, and fiat payout. Licensed-entity handling for compliance and payouts is provided by our regulated execution partner; Qint owns the rails and the merchant experience.
Yes. Merchant status is gated before payment intents can be created. Once your account is approved, intent creation is unlocked instantly across API and dashboard.
Every webhook is signed with an HMAC signature in the Qint-Signature header. Signatures include a timestamp to prevent replay. Idempotency keys ensure retries collapse to a single state transition.
Yes — the WooCommerce plugin ships in the MVP. Merchants install it from the marketplace, paste their Qint API key, and we redirect buyers to the hosted checkout. Order status syncs from webhooks.
Absolutely. The hosted checkout is the default, but every primitive — wallet address, QR, timer, status — is available over the API. Build whatever experience your brand needs.
You own all code and deliverables on full payment. Qint can also operate as a SaaS for merchants who would rather not host the platform themselves.
Spin up a sandbox key, drop in the SDK, and you're in production by Friday.