Hi Checkout:- docs.stripe.com/google-pay?platform=web Steps 1. Click on the gear icon (settings) >> Payment settings >> Payment methods 2. Enable Apple and Google pay (verify domain name in payment method domains tab). That's it, now wallets should appear on the checkout page. Apple Pay and Google Pay are included in the card payment method type, so you don’t need to explicitly pass Apple Pay and Google Pay here:- github.com/TrickSumo/stripe-demo/blob/subscription/server/server.js#L80
@@aloneking5388 So I took code from GitHub as it is, just updated .env file and did "npm i". Things working as expected for me. For you, looks like there is some error from the server side. Try adding some logs here:- github.com/TrickSumo/stripe-demo/blob/subscription/client/src/HomePage.js#L21 Or inspect network calls to see what is exact error from the server.
Thanks for this awesome video my friend!
Thank You 😊
How can I add Google pay and apple pay button also , please provide any solution or docs link , video link
Hi
Checkout:- docs.stripe.com/google-pay?platform=web
Steps
1. Click on the gear icon (settings) >> Payment settings >> Payment methods
2. Enable Apple and Google pay (verify domain name in payment method domains tab).
That's it, now wallets should appear on the checkout page.
Apple Pay and Google Pay are included in the card payment method type, so you don’t need to explicitly pass Apple Pay and Google Pay here:- github.com/TrickSumo/stripe-demo/blob/subscription/server/server.js#L80
It's not redirecte for stripe checkout page please solve this
Hi
At what timestamp in video you faced this problem?
14:50 @@TrickSumo
@@TrickSumo the error is response .json is not a function
@@aloneking5388 So I took code from GitHub as it is, just updated .env file and did "npm i". Things working as expected for me.
For you, looks like there is some error from the server side. Try adding some logs here:- github.com/TrickSumo/stripe-demo/blob/subscription/client/src/HomePage.js#L21
Or inspect network calls to see what is exact error from the server.
@@TrickSumo I think the next the problem in in Loadstripe in not working