#asrob
1 messages · Page 1 of 1 (latest)
If you're using the Payment Element, the Apple Pay button should be included in there
Are you integrating apple pay separately?
Thanks. Looking now
👋 stepping in, this is a limitation on Apples side where they expect the modal to be presented within 1 second of the initializing handler.
You'll need to move your AJAX call out of this handler function and just call confirmPayment immediately
Ok that's super helpful @vestal island & @icy shell . I suspected that was the issue but wasn't sure why. I'll look at re-working the code. I'm stepping in for someone else but am not even clear why the AJAX calls is being made just prior except possibly to adjust the payment intent for total amount changes.