Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel6
minLevel1
include
outlinefalse
indent
exclude
typelist
printablefalse
class

Problem statement

BK PT customers have been facing limitations and inconveniences when making payments. To address this, we aim was to implement a feature that allows users to make card payments at home with a POS terminal brought by the driver. The goal was to maintain the existing user experience avoiding impact on sales.

Panel
panelIconIdatlassian-warning
panelIcon:warning:
bgColor#FFBDAD

OUT OF SCOPE: Saving card networks (ex: Visa, Mastercard) used for “Card at home” payments for future reports. This information is not saved today.

Business requirements

  • The new payment method should only be available if the user selects “delivery mode” inside the Whitelabel App

  • The new method should be available in the user account methods list

  • Integrate with Winrest and delivery platform

  • DMP & Admin tool reports should be updated accordingly showing the new payment method

  • Feature flag on Launch Darkly to turn on / turn off when it is necessary or used in other markets

  • Translation for other languages available on Lokalize

Whitelabel solution

The new payment method is displayed on the list, if the user is placing an order for delivery:

...

Regarding the order place confirmation and tracking your order screens and e-mail order place confirmation, it was not possible to change the text “Please have cash with hands". According to alignment with the business, it will be an improvement in the future.

DMP screens:

It is possible to see the new payment method in the order details sneak peek:

...

Complaints screen:

...

Order history screen:

...

DOP screens:

Orders screen:

...

Complaints screen:

...

Launch Darkly Feature Flag:

enable-payment-on-delivery-card-paycomet

...