Replies: 1 comment 4 replies
-
Hi! Good afternoon! Thanks for your feedback. Since you mentioned a few different situations, I will divide my answer in topics to make it easier to follow. 1 - The cardNumber input field currently cannot show an error when the card format is valid but the card is not supported by us or non-existent (the case you mentioned). This is a known issue that we have in our improvements backlog. 2 - When an user inputs a card number that is not supported, we do two things: 3 - When the form button is hidden, we do not show an error message because we cannot know where the form ends (the seller can have more field in their form, for example). So we only give the seller feedback via the Hope this answers your question. Your feedback is important so we can improve our error handling. |
Beta Was this translation helpful? Give feedback.
-
Hi, I was trying to do a test payment and i notice that with this card numbers:
the card number input does not show an error message in the form:
Then when im trying to do a purchase, in the console this error is shown, this confuse users because they dont know where the error is unless they open devtools and see the console:
I notice that some generic error is shown:
But when using hidePaymentButton in true, the error is not showed
Beta Was this translation helpful? Give feedback.
All reactions