Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

CONTEXT

A recurring problem for RBI is the cancellation of orders due to user errors, such as:

  • Fake orders

  • Customer not at the delivery location

  • Incorrect address

  • Payment issues

This situation worsens when the customer chooses to pay at the time of delivery. In these cases, if the order is not delivered, the customer does not make the payment, resulting in a loss for RBI, which loses both the product and the driver's delivery time.

IMPLEMENTED SOLUTIONS

To minimize these problems, some solutions have been developed based on three rules.
When activated, these rules will prevent the customer from making physical payments (cash or voucher):

  1. First Purchase: For the customer's first delivery order, there will be a limit of value for physical payments.

  2. Second Purchase Onwards: From the second purchase onwards, the customer will have a limit of value for physical payments.

  3. Cancellation History: If the last “Home Delivery” order was canceled for any of the mentioned reasons and the chosen payment method was physical payment, the customer will not be able to pay in physical payments (cash, voucher) for the next delivery order.

Use-Cases

We configure these rules on FZ-Portal, and all rules are configured:

  1. First Purchase: $60.00

  2. Second Purchase Onwards: $88.00

  3. Prevent repeated failures with physical methods: Active

image-20240702-181950.png

If the purchase doesn't achieve the rules limits, we have enabled all payments methods

image-20240703-114316.pngimage-20240703-114349.png

If the purchase achieves the rules limits, physical payments are disabled

image-20240703-114611.pngimage-20240703-114633.png

Database

The value of these rules is saved on Sanity. More details here.

FZ-Portal (DOP)

To change this information, we need to use the FZ-Portal. More details here.

  • No labels