Create your account and get approved
- Register at dashboard.qint.ch and verify your email.
- Complete the onboarding wizard: business profile, bank account (where your payouts go), accepted assets, and branding.
- Submit for review. Once your merchant is approved, you can accept payments.
Until your merchant is approved, the API rejects requests and payment
links can’t be created. You can already explore the dashboard and invite
your team while you wait.
Create an API key
In the dashboard, go to Developers → API keys → Create key. Give it a
label and select the scopes it needs — Write to create payments,
Read to fetch them.
Take your first payment — three calls
1. Create a payment intent from your backend:2. Send the buyer to A payment is yours to fulfil when
checkoutUrl. They pick an asset and network on
the hosted checkout and pay the quoted crypto amount within the 15-minute
window.3. Confirm the result. Listen for the
payment.status webhook — or poll while you’re testing:status is settled — not before.Where to go next
API payments, in depth
Idempotency, return URLs, the full status lifecycle.
Webhooks
Get pushed a signed event on every status change.
Authentication
Scopes, key rotation, and how to send credentials.
Going live
The pre-launch checklist.