Feature Developed
Sodexo and Cheque Gourmet
Feature Development
Ticket Restaurant
Integration
POS Integration
For integrations with our POS, we have some endpoints to retrieve store status, menu and menu and a unique endpoint to update the order status.
Type | Function | Notes |
---|---|---|
GET | ||
PUT | ||
GET | ||
GET | Within the payment field we also inform the Payment Method ( PaymentMethodBrand field ) that was made. | |
POST |
Partners Integration
For integrations with our partners, we have some webhooks that send some of the information related to the request made by our users.
Type | Function | Notes |
---|---|---|
WEBHOOK | ||
WEBHOOK | Within the payment field we also inform the Payment Method ( PaymentMethodBrand field ) that was made. | |
WEBHOOK | ||
WEBHOOK | ||
WEBHOOK | ||
WEBHOOK |
Delivery Integration
For integrations with our delivery, we have some webhooks that send some of the information related to the request made by our users and a unique endpoint to update us regarding the delivery status.
Type | Function | Notes |
---|---|---|
WEBHOOK | ||
WEBHOOK | ||
WEBHOOK | Within the payment field we also inform the Payment Method ( PaymentMethodBrand field ) that was made. | |
WEBHOOK | ||
POST |
Payment Method Brand
For integration, a property called PaymentMethodBrand was developed, which contains the types of payments made in our system. This string-type property that we pass on to partners covers payments made online and which will be made in person at the time of delivery of the order. The list of payments enabled in our system will be described below
ENUM | Value | Description |
---|---|---|
SODEXO | SODEXO | Payment was made using a sodexo card |
SODEXO_VOUCHER | SODEXO_VOUCHER | Payment will be made using a cheque gourmet card |
CHEQUE_GOURMET | CHEQUE_GOURMET | Payment was made using a cheque gourmet card |
CHEQUE_GOURMET_VOUCHER | CHEQUE_GOURMET_VOUCHER | Payment will be made using a cheque gourmet card |
PAYMENT_ON_DELIVERY_CARD | PAYMENT_ON_DELIVERY_CARD | Payment will be made using a physical card |
BIZUM | BIZUM | Payment was made using BIZUM |
WAYLET | WAYLET | Payment was made using WAYLET |
APPLEPAYLINK | APPLEPAYLINK | Payment was made using APPLE PAY |
0 Comments