Florent Dambreville

Results 9 comments of Florent Dambreville

Hi Skyler, Thanks for your answer I see the same issue on your example app : I placed a breakpoint on https://github.com/stripe/stripe-android/blob/master/paymentsheet/src/main/java/com/stripe/android/paymentsheet/repositories/StripeIntentRepository.kt#L56 and got this : ![image](https://user-images.githubusercontent.com/5547520/171001222-4861c193-eda5-439f-8873-98786b2e9ef7.png) Is it because...

I changed my phone region from `United-Kindom` to `France` In the example app, the locale is now `fr_FR` I got the french translation : I guess sometime you take the...

I found an alternative to get the last error on a payment : Using the `paymentIntent.lastPaymentError` as described in the [documentation about error handling](https://stripe.com/docs/error-handling?lang=java#use-stored-information) ```java try { PaymentIntent paymentIntent =...

Hello, > We have added this to our backlog of things to do Thank you πŸ™ > Does grabbing the error from the payment intent directly unblock for you now?...

The customer language I used for this payment is french : https://dashboard.stripe.com/test/customers/cus_OtCKik3m3AvYoL

Hello πŸ‘‹ Happy new year πŸ₯³ Thanks for your message Till. Unfortunately, we still have translation issue 😞 The error message "Your card has insufficient funds" is not translated in...

Yeah sure. Here it is : `pi_3MWGq1Jgn5Rr4DxU0Yk1bXUy`

Hello again, Do you have any updates on the subject ? This issue is pretty critical for us. We have 700 occurrences per day of this message. And most of...

Awesome thanks.πŸ™‡