Simple and easy to use API for developers in Switzerland
Everything needed for a successful implementation
Click the button to send a test request to our API.
Add VAT to invoices with all the supported rates.
Create invoices in Euros is possible as well as the Swiss Franc of course.
You can name the pdf file and assign an ID to make the integration with your systems easier.
Set the date of the invoice as well as the number
For better branding and customisation, you can add your own png file as a logo to invoices.
Setting the payment details for the user and for the payer is simple and logic.
Contact us to get your API key and discover our pricing packages
You can paste this curl command in your terminal to test the api for free
curl --location --request POST 'https://europe-west6-magic-heidi.cloudfunctions.net/create_invoice_abstract_v1d' --header 'Content-Type: application/json' --data-raw '{ "data": { "user_details": { "name": "Nathan", "address": "Rue de la gare 1", "zip": "1000", "city": "Lausanne", "iban": "CH0700700112900411647" }, "customer_details": { "name": "Nathan", "address": "Rue de la gare 1", "zip": "1000", "city": "Lausanne" }, "invoice_items": [ { "description": "Test", "quantity": 1.5, "unit_price": 100.50 } ] } }'
You can view our documentation below or on Github