#gesantop-applepay-node
1 messages · Page 1 of 1 (latest)
gesantop-applepay-node
hey @clear plover ! I'm happy to try and help. Can you give me a lot more details about the exact issue and your exact integration client-side? Are you using PaymentElement or PaymentRequest button? What do you call "double click for confirm", what is your code doing, what do you see in the JS console, etc.
I'm using paymentRequest, my app IOS call this page with Apple Pay button
I'm sorry, this is all really vague, to help you I need you to provide a lot more context, share the docs you are following, what your code is doing etc
I'm using this example: https://github.com/stripe-archive/stripe-payments-demo
(and sorry for the early messages, wrong thread from me)
This is a really old demo, it's in our archived org because of it
I recommend carefully following https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet#ios-apple-pay first
Ok, is there version for web ?
you just mentioned you used an iOS App though
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#apple-pay-and-google-pay we have a similar doc for web
Sorry that's wy I asked for a lot more details from you. If you could give me a detailed summary of what you are doing, which doc(s) you are following, what your code is doing, how you're testing, etc, I'd be happy to help!
Yes, but my app is developmented in Ionic Framework with Angular
Ok, I'l try it
Mostly you want to follow the main doc for the web and enable Apple Pay and it should work. I unfortunately don't know anything about Ionic and its specificities