-
## Summary
I specify `android:supportsRtl="false"` for my Android application in the app's `AndroidManifest.xml`. Unfortunately, the `stripe-3ds2-android` also sets this field with a value of `true`.…
-
Hello, in the 3DS2 /payments response, I don't see any properties to store the action and authentication objects.
Example:
{"resultCode":"IdentifyShopper","action":{"paymentData":"","paymentMethod…
-
Where is the core-card 2.4.7 changelog ?
-
Hi,
Browser data - what is a required field for 3DS2 and what are optional?
How have you managed to pass this onto the web browser -> php?
Http user agent, accept headers and ip address are e…
-
Hi, I followed all the guides on integrating 3ds2 with classic CSE flow.
IdentifyShopper and sending fingerprint data to adyen was success, but then
transaction.doChallenge call throws SDKRuntimeExc…
-
Hi Team,
Call to below code resulted in screen with loading icon for indefinite time.
### **[transaction performChallengeWithParameters:parameters completionHandler:^(ADYChallengeResult *result, NS…
-
I'm about to start to integrate Stripe in my site. I would like to use the new object `PaymentIntent` ( https://stripe.com/docs/payments/payment-intents ) instead of `Source`.
This new object has a…
-
**For 3D Secure 2.**
when i update the library to
"com.stripe:stripe-android:10.4.2@aar"
i am getting this error
**java.lang.NoClassDefFoundError: Failed resolution of: Lcom/stripe/android…
-
Will android drop-in support 3DS2?
EU regulation is coming on September 14th
-
## Purpose
I am creating a test app to test for Android using the 3DS SDK so that I can work on the backend responses. Right now when I do the challenge shopper object i get this error in the prot…