#Rogers-apple-pay
1 messages · Page 1 of 1 (latest)
it is a mobile app and we are going to implement apple pay but i was asking for the steps to integrate apply pay with stripe
we have integrated stripe payment but we want apple pay as well
I'm not sure which integration path you're following, so I'm going to point you to this doc:
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
It has a section for enabling Apple and Google Pay (or only the one applicable for the platform you're working with) for the various platforms we support.
Sure I am going to have a look after that i will get in touch
https://stripe.com/docs/stripe-js/elements/payment-request-button
I want to follow this path
do you know further details on this ?
can i integrate it ?
The instructions are there, are you running into problems when going through them? (The Payment Request Button only works for web applications, so I'm not sure if this is approach is viable for how you're planning to structure your application)
we are trying to implement the web view one and I am following the steps provided in the docs if there is any issue I am going to share here. Thanks
You will run into problems with webviews. Our Payment Request Button is built on the Payment Request API which Android WebView does not support:
https://developer.mozilla.org/en-US/docs/Web/API/Payment_Request_API#browser_compatibility