11 articles MISC Page 2 / 3

Tips, partners, legal data, all miscellaneous information about Hiboutik

Hiboutik and the GDPR

  1/ When and why ? The General Data Protection Regulation (GDPR) comes into effect on May 25th, 2018 in Europe, for all businesses processing with personal data from EU citizens. The main goals of the GDPR is to give people more rights and transparency over their personal data and to create a single legal environment…

Sumup – payment solution

Sumup is a mobile payment solution. You can accept all payments by debit or credit card on your smartphone or tablet.   1/ How does it work? The shopkeeper opens a Sumup account and acquires the Sumup Air card terminal. Then, he installs the Sumup app (on iOS or Android) and connects the payment terminal…

Printing troubles with Firefox

If you have troubles to print from Firefox with Hiboutik, please follow these instructions: 1/ Type in the URL field of your Firefox: about:config, and validate 2/ Search for: mixed 3/ Click twice on the line “security.mixed_content.send_hsts_priming”, to switch the Value column from “True” to “False” 4/ Restart your computer to relaunch Himp

API REST: Webhooks

A Webhook (also called Callback URL) is a web address called when an event occurs on your Hiboutik account. Ex : when you close a sale (=event), Hiboutik can send the sale data to a specific Webhook Sales. You can setup different Webhooks for many different events, in the “Settings/General settings” section of your Hiboutik account.…

API REST : Authorization

  1/ Getting started Hiboutik API is an application programming interface that helps you create a custom script or web application integration for your Hiboutik account. The main features available are: read data (GET resources), create new records (POST), update them (PUT) and delete them (DELETE). Responses to your requests are encoded in JSON. ex:…