#ashishchicmic
1 messages · Page 1 of 1 (latest)
You may use Payment Sheet for mobile integration that supports both Apple Pay and Google Pay in corresponding platform:
Actually we have a web application
Hi, when you mentioned "our App" is that web, not mobile?
Yes, its a webapp.
Okie, then which path do you use? Checkout or PaymentElement?
I'm not sure about that. Maybe its payment element on frontend as they collect card payments and confirm it using card element?
Payment Element is a newer version of Card Element
It depends on the integration on frontend. With PaymentElement you needs to setup the ApplePay domain for example. But Card Element is not supported for wallet
Okay, can you please tell how I can confirm whether its payment element or not? If it is, how I'm gonna integrate Gpay and Apple pay?
PaymentElement looks like this https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#apple-pay-and-google-pay here are how to enable ApplePay and GooglePay on PaymentElement
and how to do it in case of checkout?
You don't need to do anything. Checkout will automatically enable ApplePay/GooglePay
Okay. I guess on server side I just need to verify the domain and create payment intent only
Should be the same