...
Sodexo and Cheque Gourmet
In our system we have two payment methods with Sodexo or Cheque Gourmet, one that is related to online payment where the user makes the payment when purchasing the order and the voucher where payment will be made with a physical card at the time of delivery of the order.
Sodexo Card
The sodexo card option is a direct integration with the PSP to use online payment, we propagate this information in the PaymentMethodBrand field with a value as SODEXO
Sodexo Voucher
The sodexo voucher option is an indirect integration for using in-person payment at the time of order delivery, we propagate this information in the PaymentMethodBrand field with a value such as SODEXO_VOUCHER
Cheque Gourmet Card
The cheque gourmet card option is a direct integration with the PSP to use online payment, we propagate this information in the PaymentMethodBrand field with a value as CHEQUE_GOURMET
Cheque Gourmet Voucher
The cheque gourmet voucher option is an indirect integration for using in-person payment at the time of order delivery, we propagate this information in the PaymentMethodBrand field with a value such as CHEQUE_GOURMET_VOUCHER
Service Fee
Integration
POS Integration
...
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.
This property is inside the "payment" object where it will contain some other information, such as: paymentMethod, total, amountLeftToBePaid and tip.
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 |
...