#andrea-skuola-google-pay

1 messages · Page 1 of 1 (latest)

sonic monolith
#

I assume you're using Checkout?

high fiber
#

No I use SetupIntent to let customers add more cards, so in this case is not in the payment flow

#

But just add a new card if the other is expired

#

for future payments

sonic monolith
#

Or have you built your own payment flow?

high fiber
#

i have built my own payment flow

#

this is from desktop

#

this is from mobile

#

I don't want the choice that appears on the top

sonic monolith
high fiber
#

elements.create('payment', {googlePay: 'never'})

#

its like this to disable google pay?

#

elements.create("payment", {
wallets: {
googlePay: "never",
applePay: "never"
}
})

sonic monolith
#

Yep, the 2nd one

high fiber
#

ty 🙂

#

Does Stripe supports PostePay card?

sonic monolith
#

It's just a Visa card, right?

high fiber
#

yep, sometimes Visa or Mastercard

#

but they are prepaid or debit cards, not credit cards

sonic monolith
#

Yep, we support for those cards!

#

(prepaid and debit)

high fiber
#

thanks!