Closed squarfed closed 2 years ago
In found out that this is a duplicate of https://github.com/ezet/stripe-sdk/issues/42 however I would like to point out that not supporting "use_stripe_sdk" is very limiting for users. I have to interface with Magento and I cannot use this library, precisely because of this issue.
use_stripe_sdk
refers to Stripes own SDKs, and requires them to work. I'm not sure it's possible to support it, and it's certainly not a priority.
I am trying to validate a payment with 3dsecure. I pay with a stripe test credit card number:
4000000000003063
. The backend returns me a request to authenticate and a pi secret"pi_........"
which I pass toauthenticatePayment
:This should open a webview with the authentication method I suppose? But instead the app crashes
I am not sure if this is a bug or if I am doing something wrong.