#matt-wallet-pending

1 messages ยท Page 1 of 1 (latest)

ornate valeBOT
final loom
coarse shuttle
#

that wasn't what I was looking for, however that may be the correct thing I should be looking for.
๐Ÿ˜›

final loom
#

Using a Setup Intent with a Customer object will create the PM and attach it to the Customer for re-use later

coarse shuttle
#

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.

final loom
#

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).

coarse shuttle
#

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

ornate valeBOT
final loom
#

Unfortunately that isn't something you can control

coarse shuttle
#

Yeah kinda figured, but I had to ask.

final loom
#

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.