#mzane42-wallets

1 messages · Page 1 of 1 (latest)

wild tusk
#

Hey! You shouldn't need to, they fall under the card type

#

Are they not present in your integration?

carmine radish
#

no !

wild tusk
#

How are you integrating?

carmine radish
#

both are activate

wild tusk
#

Do you have an active card in your Apple/Google wallet?

carmine radish
#

yes for sure

wild tusk
carmine radish
#

ahh !

#

that's why !

wild tusk
#

That doesn't apply to Google Pay though

carmine radish
#
const payment: Stripe.PaymentIntent = await this.stripe.paymentIntents.create({
                amount: price,
                currency: 'eur',
                customer: customer.id,
                setup_future_usage: "off_session",
                automatic_payment_methods: {
                    enabled: true,
                },
                metadata
            });
#

i did it with automatic payment methods too

wild tusk
#

Is there somewhere I can replicate this behaviour?

carmine radish
#

didn't show up in chrome

wild tusk
#

Right, but is there a URL I can visit to see this for myself? Are there any errors in the console?

carmine radish
#

i'm in local at this time

#

we are migrating to paymentElement

wild tusk
carmine radish
#

yes i see multiple cards

#

i use it in differents websites

wild tusk
#

Can you share your account ID?

carmine radish
#

my profile or the workspace ?

#

acct_1C6JxFGxdPtPWXxL workspace ID

wild tusk
#

Thanks, having a look to see if anything obvious stands out

#

Is there an error in your console or anything indicating an issue?

#

Google Pay issues like this are super tricky to narrow down as they're usually isolated to a client-side issue

#

So without a reproduction, I can't really help

#

There's nothing on your account or integration to suggest it shouldn't work

carmine radish
#

it's not a big deal, i can comeback to you when it goes en staging or production

#

thanks a lot @wild tusk you've been very helpfull

wild tusk
#

Sure, np! Happy to help