#alex_16060

1 messages · Page 1 of 1 (latest)

undone patioBOT
#

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.

hazy lynx
#

Google Pay/Apple Pay create card type payment methods

#

is there a reason you're using confirmCardSetup and not confirmSetup instead?

zealous cobalt
#

thanks Hanzo, let me look at those docs.

hazy lynx
#

ah you're likely using the defer intent flow

zealous cobalt
#

I have these two settings in my stripe provider: mode: "setup" and paymentMethodCreation: "manual"

zealous cobalt
#

by that I mean, why does this flow work without issue when inputting credit card information, but fail when using apple wallet

hazy lynx
#

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?

zealous cobalt
#

no I don't have a specific reason

hazy lynx
#

Try using confirmSetup then

undone patioBOT
zealous cobalt
#

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 🥲