-
Notifications
You must be signed in to change notification settings - Fork 526
SCA compliance #466
Comments
@n-sviridenko I haven't read detailed information about SCA yet but probably it won't be compliant until we have #448 fixed
|
@cybergrind as I understand, there is still time till September. What's the current way (using this library) I can collect a card info which I can charge multiple times when user is offline afterwards? |
Create Token and then create customer on the backend server. After that, you will be able to charge the user without asking for payment details/ |
@cybergrind token is single-use and expirable. I know sources are long-term. But 3d secure sources are single-use. |
we need to create a card source which can be used multiple times when customer is offline |
Then you have a choice:
|
@cybergrind I see. Btw. is this library compatible with https://github.com/expo/expo? They have their own implementation, but it doesn't support |
Their implementation is based on tipsi-stripe. So I believe it is quite straightforward to port everything from this library to expo. |
How to integrate Payment intent API in react native with this plugin? |
@AleenaVJ1995 there is no support for it right now. You can watch #448 to get a notification when it will have some updates. |
@cybergrind What if we use |
@hopewise SCA is just new regulatory requirements for Europe (which introduces some good features). But I cannot say that previous requirements really have low security. |
Thanks @cybergrind for your note |
What level of PCI compliance does this library give? (#292 ) seems to suggest Android is not compliant. |
@tomrevansecho this is incorrect. Usage of the Stripe SDK native implementation is required for SAQ-A and SAQ-A is just questionary before actual evaluation. |
Thanks for the quick reply but still not 100% clear. To qualify for self assessment compliance. Are you able to use this library or does it increase the scope as Android uses a custom UI for credit card input? Would love to use if possible. Although would need to look to add PaymentIntents to use. |
If you're using Android cart form you're not SAQ-A eligible because of |
Will the payments method API be integrated to #448 ? as the Sources API doesn't support SCA. https://stripe.com/docs/mobile/android/sources https://stripe.com/docs/mobile/android/payment-methods |
This issue will be fixed in 8.0.0 which is in beta right now! Please check #532 for more details. |
It's not related to library bugs, so the initial format isn't relevant for this case.
Is this library compliant with SCA when paying via credit cards?
If yes, what are the methods we can use? Is it enough to
createTokenWithCard
andcreateSourceWithParams
(type=threeDSecure
)?The text was updated successfully, but these errors were encountered: