#mzane42-wallets
1 messages · Page 1 of 1 (latest)
Hey! You shouldn't need to, they fall under the card type
Are they not present in your integration?
no !
How are you integrating?
Are they enabled in your Dashboard? https://dashboard.stripe.com/settings/payment_methods
both are activate
Do you have an active card in your Apple/Google wallet?
yes for sure
You'll also need to register your domain for Apple Pay: https://stripe.com/docs/stripe-js/elements/payment-request-button?html-or-react=html#verifying-your-domain-with-apple-pay
That doesn't apply to Google Pay though
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
Is there somewhere I can replicate this behaviour?
didn't show up in chrome
i can setup a https://glitch.com/ if you want
Right, but is there a URL I can visit to see this for myself? Are there any errors in the console?
And you definitely have a card in your Google Pay wallet? https://pay.google.com
Can you share your account ID?
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
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
Sure, np! Happy to help