About qrcode4payments

qrcode4payments is a small, free tool for generating Swiss QR-bills — the QR codes that have replaced the orange and red payment slips in Switzerland since 2020. Scan one with any Swiss eBanking app and the payment is pre-filled: IBAN, name, amount, and reference, ready to confirm.

Why a static site?

A QR-bill encodes payment information that is, by definition, sensitive. The simplest way to convince you (and us) that the tool is not phoning home with your bank details is to make the site entirely static: just HTML, CSS, and JavaScript shipped from Cloudflare Pages, running in your browser. There is no backend. There are no analytics. There is nothing to leak.

What it generates

The output is a QR code containing a Swiss Payments Code (SPC) payload conforming to the SIX Group Schweizer Implementation Guidelines QR-Rechnung (v2.x). The generated QR includes the Swiss-flag overlay required by the Style Guide so that Swiss banking apps recognise it as a QR-bill.

Currently the tool emits just the QR symbol. The full A6 payment-slip layout (the "Payment part" and "Receipt" you would see on a printed invoice) is on the roadmap — see the implementation plan.

What it validates

Known limitations

Disclaimer

This project is independent and not affiliated with SIX Group or any Swiss bank. The generated QR codes are checked client-side against the published specification, but you should always make a small real-world test payment before using a generated QR-bill for production invoicing.

Source & licence

Source code is on GitHub. Licence: to be confirmed by the project owner.

← Back to the generator