How a payment works
- You create a payment: a payment link, an invoice, or a payment intent via the API.
- The buyer lands on Qint’s hosted checkout at
checkout.qint.ch, picks an asset and network, and gets a deposit address with the exact crypto amount — locked for 15 minutes. - Qint confirms the deposit and settles the payment. You’re notified by webhook, the payment appears in your dashboard, and the funds become a fiat balance you pay out to your bank.
Choose how you get paid
Payment links
Create a reusable checkout URL in the dashboard. No code.
Invoices
Draft, send and track invoices with a hosted “Pay now” page and PDF. No code.
API payments
Create payment intents from your backend and redirect buyers to the hosted checkout.
WooCommerce
Drop-in plugin: a “Pay with crypto” method for your WooCommerce store.
The pieces
| Surface | URL | What it’s for |
|---|---|---|
| Dashboard | dashboard.qint.ch | Payments, links, invoices, payouts, team, API keys, webhooks |
| Hosted checkout | checkout.qint.ch | Where your buyers pay — you never build a payment UI |
| API | https://qint-api.fly.dev | The merchant API (api.qint.ch coming soon) — see the API reference |
Next steps
Quickstart
Create an account, grab an API key, and take your first payment in three steps.