Card validation in the Adyen component #1849
Unanswered
DiegopalmaRentcars
asked this question in
Q&A
Replies: 1 comment
-
Hi @DiegopalmaRentcars, thanks for your questions. Our SDK checks factors like card number length and performs a Luhn check to validate card numbers. However, card validation involves complexities beyond what our SDK currently handles. While payments with invalid card numbers are rejected by our systems, I agree it would be beneficial to enhance validation on the SDK side. We appreciate you flagging this and will use your feedback to improve our SDK's validation logic to better handle invalid cases in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys
We had a scenario in which a Visa credit card was validated with 18 digits.
is It correct?
Device:
OS: Android 13
Additional context
We use com.adyen.checkout.ui.core.AdyenComponentView
Thanks
Beta Was this translation helpful? Give feedback.
All reactions