The QR Invoice REST API provides various services for creation and processing of Swiss QR Invoices. This API is available as a Cloud Service but is also available as a self-hosted solution.
582c9ea9-741a-4bb6-acae-cf92f8805864
https://rest.qr-invoice.cloud/
https://rest.qr-invoice.cloud/v2/country/validate
curl -i -X POST \
https://rest.qr-invoice.cloud/v2/country/validate \
-H 'Content-Type: text/plain' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d CH
https://rest.qr-invoice.cloud/v2/country
curl -i -X GET \
https://rest.qr-invoice.cloud/v2/country \
-H 'X-API-Key: YOUR_API_KEY_HERE'
[ { "code": "CH", "english": "Switzerland", "german": "Schweiz", "french": "Suisse", "italian": "Svizzera" } ]
https://rest.qr-invoice.cloud/v2/country/codes
curl -i -X GET \
https://rest.qr-invoice.cloud/v2/country/codes \
-H 'X-API-Key: YOUR_API_KEY_HERE'
[ "string" ]