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 8 Next »

Overview

Analyzing the errors details from the paycomet database since BK PT migration, we could measure that the name on the card (Error 115 - “The card issuer could not identify the owner”) leads to 3.8% of error sessions (monthly average). On average, 29.6% of payment sessions has some error. Thus, this error represents 13% of the payment errors (3.8% out of 29.6%). There are only two errors that are higher: 102 - Operation not allowed for the card type: 9.8%; and 1099 - Unexpected error: 3.9 %.

One of the reasons that can be causing this error is the fact that when the user selects the option to add a new credit or debit card, the “Name on Card” field is found prefilled by default. The name that appears is the one the user had entered when signing up.  

However, this name may not match with the name on the Card and the user may not notice the mistake, so when they finish filling in the form, the error message is displayed to inform the user about the mismatch. This way, we expect to reduce the errors, improving the customer experience and ultimately payment conversion.

In this same form, there is a field named "Card Expiration Date" with a string data format, which requires the user to change the keyboard type to input the numeric. We updated this to show only numeric keyboard to help them while filling this information.

This feature has a flag called Enable Remove Cardholder Name Pre-filled which should be enabled to be used.
Key of feature: enable-remove-cardholder-name-pre-filled

Step by step

Step name

Steps description

Screenshot

Go to the payment with Cards

 

image-20240716-155018.png

Removed pre-filled

  • The “Name on Card” can’t be pre-filled

  • The “Name on Card” needs to be “required” (with *)

image-20240716-155152.png

Step name

Steps description

Screenshot

[Mobile Native] - Go to the payment with Cards

  • Go to the payment methods

  • Select: “Add New Card“

 

image-20240716-160152.png

[Mobile Native] - Keybord number showing

  • Select the “Card Expiration Date“

  • The keyboard needs to be numeric

 

\

 

  • No labels