Documentation
-
CMS Plugins
-
API | Developers
-
- Prochainement
-
Printers and Accessories
-
- GPRS connection settings SIM Card 2G 3G 4G
- Image and logo printing
- Internet connection
- Internet connection with a Ethernet cable (LAN RJ45)
- Mention "Printed using Expedy.io".
- Print PDF
- QR Code / Barcode
- QuickStart Cloud Printer 58mm
- QuickStart Installation Cloud Printer 80mm
- Send a test print request
- Tags Settings
- Text layout | Building a receipt ticket
- WiFi Setup
-
- Cloud Print Box: Ethernet cable and WiFi connection
- Connecting an ESC POS ticket printer to the Cloud Print Box adapter
- Image and logo printing
- Installing the Cloud Print USB Adapter
- Mention "Printed using Expedy.io".
- Print PDF
- QR Code / Barcode
- Send a test print request
- Tags Settings
- Text layout | Building a receipt ticket
-
General Terms
-
Expedy TMS
- Prochainement
-
Expedy M2M SIM Card
-
Raspberry Pi
-
Uber Eats printer
-
DoorDash Printer
-
Restaurant delivery platforms
Introduction EXPEDY MOBILE API
This section describes the main functions required to interconnect the EXPEDY console with external web sites, or any other web-connected application.
The communication principle adopted is based on Web Service.
All calls are secured by a control key:
SID: “XXXXXXXXXXXXXXXXXXXXXXXXXXX”
TOKEN: “XXXXXXXXXXXXXXXXXXXXXXXXXXX”
You can access this key in your customer area at https://www.expedy.fr/console
The Web Service provided by Expedy is:
https://www.expedy.fr/api/nom_du_service
Here is a non-exhaustive list of EXPEDY MOBILE services:
Send an sms : sms
One of the simplest ways of dialoguing with a Web Service in PHP is to use the “curl” function.
Contact our support team for examples in other programming languages.