John Woo
John Woo
Hi @MrJackScratch - Thank you so much for reaching out to us. We've looked into this issue and does indeed seem to be a bug. We have identified a fix,...
Yes, this is expected to be in the latest release. The associated commit for this fix is: https://github.com/stripe/stripe-ios/commit/aa66822e09a20da2d42a805e5bbcf8ceafe2dcc7 Which should be part of >=22.7.1
Hi @arkalezard - I'm having trouble reproducing this error in the latest version of our SDK (23.18.2) 1. Can you please let me know what version you are running? My...
Thanks! I was able to reproduce this on iOS by passing the following on the creation of the payment intent. ``` args.payment_method_options = {"card": {request_three_d_secure: "any"} } ``` This will...
Hi, We are in the process prioritizing support for CVC recollection. Could you provide more information about your integration shape? 1. Are you guys using the “Mobile Payment Element” (aka...
@ryanzhangdd - Thanks for reaching out!. Unfortunately, I don't have a rough estimate as to when CVC Recollection will be GA'ed in the iOS SDK. If you'd like, [you can...
@nicolasguenther Thank you for the feedback, and appreciate the suggestion! We revisit our roadmap periodically and will keep this idea in mind.
HI @ammar-madni Appreciate the suggestion, as it seems like a reasonable request given there is support for it in the native Android SDK. We revisit our roadmap periodically and will...
Hi @aomathwift I'm sorry that you're still experiencing this issue. I've tried to repro it myself (see attached file), but I'm unable to reproduce this issue. Based on what you...
Changed the approach to log on all requests, and print out the url's relative path. For example, output looks like: ``` [Stripe SDK]: Request req_T3UJiX9Rbhlh8V, /v1/elements/sessions [Stripe SDK]: Request req_hM8KJQuvSUvI9r,...