Generate SEPA payment QR codes (EPC / Girocode) that banking apps scan to pre-fill a transfer — plus IBAN validation. One GET request returns a PNG or SVG.
# QR code for a €99.50 transfer
curl ".../v1/epc-qr?key=demo&name=ACME\
&iban=DE89...&amount=99.50" > qr.pngX-API-Key header or ?key=. Free demo key demo.| Endpoint | What it does |
|---|---|
GET /v1/epc-qr | EPC/Girocode QR as PNG or SVG |
GET /v1/iban/{iban} | Validate & format an IBAN |
You pay per request — one request = one automated API call your software makes.
Example: a billing tool creating 5,000 invoices/month makes ~5,000 requests/month.