...
Type | Function | Notes |
---|---|---|
WEBHOOK | Within the payment field we also inform the Payment Method ( PaymentMethodBrand field ) that was made. Within the fees field, we have the information of Service Fee |
Fields
...
details
PaymentMethodBrand
A property called PaymentMethodBrand was developed, which contains the types of payments made in RBI 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 enabled payments 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 | Payment |
---|---|---|---|
SODEXO | SODEXO | Payment was paid using a sodexo card | Online |
SODEXO_VOUCHER | SODEXO_VOUCHER | Payment will be paid using a cheque gourmet card | In Person |
CHEQUE_GOURMET | CHEQUE_GOURMET | Payment was paid using a cheque gourmet card | Online |
CHEQUE_GOURMET_VOUCHER | CHEQUE_GOURMET_VOUCHER | Payment will be paid using a cheque gourmet card | In Person |
PAYMENT_ON_DELIVERY_CARD | PAYMENT_ON_DELIVERY_CARD | Payment will be paid using a physical card | In Person |
BIZUM | BIZUM | Payment was paid using BIZUM | Online |
WAYLET | WAYLET | Payment was paid using WAYLET | Online |
APPLEPAYLINK | APPLEPAYLINK | Payment was paid using APPLE PAY | Online |
...