#suraj kumar
1 messages · Page 1 of 1 (latest)
we are using setup intent for future payments
i already added apple developer domain
So you are using SetupIntent with the Payment Element?
Can you share a SetupIntent ID (si_xxx)?
yes
seti_1NBaN2C15gn2KO2g2pLSjk4U
please check
is Google pay and Apple pay allowed for subscription ?.
Thanks! Give me a few minutes to look into this.
Is the issue that you don't see Google/Apple Pay, or your customers don't see it?
Do you have a card saved in your Google/Apple Pay wallet?
Right now its in development stage so i'm unable to see
will deploy it to end customer later
NO
It must display option first then will add
That's not how it works. The buttons will only be displayed if there is a card in the wallet.
This is mentioned here in the prerequisite https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#html-js-prerequisites
Add a payment method to your browser. For example, you can save a card in Chrome, add a card to your Google Pay account or add a card to your Wallet for Safari.
And how will it detect the wallet because till the time customer has not entered his number or anything
I'm using Payment Element so it should auto display
It will auto display the Google/Apple pay button only if Stripe detects that the user has a card available in their wallet. If no card is present, the button won't show.
Google/Apple wallet
Again my question is how stripe will find customers Google/apple account ?
Stripe will automatically call canMakePayment() (https://stripe.com/docs/js/payment_request/can_make_payment) to check if the user has a card in their wallet or not.