#matt-wallet-pending
1 messages ยท Page 1 of 1 (latest)
Hi ๐
We have an integration guide specific to saving payment methods.
https://stripe.com/docs/payments/save-and-reuse
Is that what you are looking for?
that wasn't what I was looking for, however that may be the correct thing I should be looking for.
๐
Using a Setup Intent with a Customer object will create the PM and attach it to the Customer for re-use later
gotcha.
in our checkout flow we have this screen. Where the user can setup their payment method.
if they go to set it up we use element
when using card I get the expected results. But with google pay/apple I get the popup, but it is prompting that it is going to charge $0.00.
So it seems we are doing something wrong.
Because I am not asking the user to pay $0.00. I should be asking them to just confirm payment.
Ah okay, no this is simply a choice made by the GooglePay interface.
You aren't making a mistake in your configuration, it's just how Google is representing the Setup Intent (which has no amount).
gotcha.... So is there a better method here or something else I can do to make that screen be less confusing?
yeah that ApplePay version is a little more clear
Unfortunately that isn't something you can control
Yeah kinda figured, but I had to ask.
Yeah I can understand that. But both Google and Apple are the ones who control what is rendered within those modals.
We can hope ๐ Google makes some changes to make it less confusing but that's about it.