Run a test payment in your browser.
Create a hosted checkout, scan the QR, and step it through Pending → Safe → Finalized. It's all simulated, with no account and no real funds, so you can see the whole flow before you commit to anything.
Create it, then watch it move.
Statuses run on a test-mode simulation, not a live on-chain transfer. There are no webhooks here; the demo advances by simulation, the same way you'd poll status in production.
Three steps, the real flow.
Create
One API call, or this form, creates a payment with its own unique deposit address.
Pay & monitor
The hosted checkout shows the QR; Suward watches for the transfer and counts confirmations one block at a time.
Finalize
The status reaches Finalized with reorg protection. In production, that's the moment the funds hit your balance.
Liked the demo? Wire up a real one.
The demo is the production flow with simulated confirmations. Create an account to get API keys, a test mode, and a hosted checkout for real payments, all at 0.4% + min $1.
API keys and test mode are live today. Dashboard analytics and webhooks aren't, and they're marked Soon.
Same flow, three API calls.
Create a payment, get a unique address, then poll the status until Finalized. No webhooks needed today, since polling is the source of truth. The endpoints are real and the snippets are copy-paste ready.