#grooveygr-GoogleApplePay
1 messages · Page 1 of 1 (latest)
Hi! Sorry for the delay.
So you want to know if it's possible to create a PaymentIntent with off_session=true with a card PaymentMethod from Google/Apple Pay?
Best case scenario for us is a SetupIntent and just save the PaymentMethod for later use, but we're not sure if it's supported.
Is it possible to make a PaymentIntent for 0 dollars and off_session=true?
For Google/Apple Pay of course.
Best case scenario for us is a SetupIntent and just save the PaymentMethod for later use, but we're not sure if it's supported.
I think this should work. Have you tried?
Is it possible to make a PaymentIntent for 0 dollars and off_session=true?
No PaymentIntent have a minimum amount https://stripe.com/docs/api/payment_intents/create#create_payment_intent-amount
We had a hard time finding any references to Google Pay and setup intents in the docs
Hi there 👋 jumping in as soma needed to step away.
Yeah, you won't see much about how to specifically work with digital wallets, because they basically are the same as cards.
But both are valid for recurring payments and can be used for off-session payments. How are you building your checkout, using our Payment Element?