-
Notifications
You must be signed in to change notification settings - Fork 525
Some Test Stripe cards are not working on Android with version ^8.0.0-beta.11 #701
Comments
This is because tipsi stripe is using 'com.stripe:stripe-android:10.4.6' in android build.gradle. |
I guess you are using the paymentRequestWithCardForm, tipsi depends on creditCardEntry that has outdated regex. You can replace that library by folking tipsi-stripe, then replace:
All 2 series master card should work. But i didnt add unionpay regex (62xx card) |
Or you can use my fork. (Try to fork it, because it is an experimental branch of my experimental branch, and I am planning to make some changes to it and all added code is untested, https://github.com/imcyee/tipsi-stripe/tree/experimental Changelog:
Note:
|
Also found this library that solve this validation issue with latest Stripe SDK: |
We are using the stripe integration on our project, below is the version we are using.
We use for the card input on the form. "https://tipsi.github.io/tipsi-stripe/docs/paymentcardtextfield.html"
When using the PaymentCardTextField we are facing an issue that out of test cards provided from below link. 2223003122003222 and 6200000000000005 cards are not acceptable in android. It throws the validation error. It works fine on iOS.
https://stripe.com/docs/testing
Can anyone help in some insights why only these 2 test cards are not working on Android.
The text was updated successfully, but these errors were encountered: