#alex_16060
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- alex_16060, 15 hours ago, 15 messages
- alex_16060, 17 hours ago, 34 messages
Google Pay/Apple Pay create card type payment methods
is there a reason you're using confirmCardSetup and not confirmSetup instead?
thanks Hanzo, let me look at those docs.
I have these two settings in my stripe provider: mode: "setup" and paymentMethodCreation: "manual"
as per this comment, I'm wondering why using a wallet would differ from inputting card details.
by that I mean, why does this flow work without issue when inputting credit card information, but fail when using apple wallet
It could be how you're confirming the SetupIntent
Going back to my previous question
is there a reason you're using confirmCardSetup and not confirmSetup instead?
no I don't have a specific reason
Try using confirmSetup then
ok thanks for the tip. it turns out that this wasn't actually an error, the error was triggered because our tester aborted the flow. it works as expected 🥲