cURL
curl --request POST \ --url https://api.example.com/v1/invoices/qrcode \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "base64_file": "JVBERi0xLjcKCjEgMCBvYmogICUgZW50...", "options": { "page": 1, "validate_format": true } } '
{ "qr_info": { "iban": "<string>", "creditor": { "name": "<string>", "address": "<string>", "zip": "<string>", "city": "<string>", "country": "<string>" }, "amount": 123, "currency": "<string>", "reference": "<string>", "message": "<string>" } }
Extract payment information from Swiss QR-bills
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Base64 encoded image/PDF containing QR code
"JVBERi0xLjcKCjEgMCBvYmogICUgZW50..."
Show child attributes
QR code content