Apple Pay Not Configured. Payment failing on real device and simulator.
See original GitHub issueHello!
When trying to complete a payment request with apple pay I’m presented with this error message every time.
Error: Apple Pay is not configured
at createErrorFromErrorData (NativeModules.js:121)
at NativeModules.js:78
at MessageQueue.__invokeCallback (MessageQueue.js:398)
at MessageQueue.js:137
at MessageQueue.__guardSafe (MessageQueue.js:314)
at MessageQueue.invokeCallbackAndReturnFlushedQueue (MessageQueue.js:136)
at debuggerWorker.js:70
This happens in the simulator and on a real device. I’ve tried bringing up the Apple Pay setup screen but even when using stripe.openApplePaySetup()
nothing happens.
Thank you for any help!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:18 (6 by maintainers)
Top Results From Across the Web
Apple pay is not working in real device
It always the "apple pay is not configured properly". It is worked fine in simulator but when it runs in real device it...
Read more >Payment not completed error with A… | Apple Developer Forums
Hi, i was integrating apple pay on my application for which I have setup all the required certificated and domain mapping.
Read more >Could not set up Apple Pay, an error occ…
I'm having issue with add card to wallet on my iPhone only, when click on "add card", it said "Could not set up...
Read more >"Payment not completed" with test … | Apple Developer Forums
I'm seeing "Payment not completed" with test cards many times, for unknown reason. Code is fine. I'm gueesting there is some blocking mechanism,...
Read more >Sandbox user not working | Apple Developer Forums
else { console.log('ApplePay not available on this browser'); ... I can get the payment sheet to appear on the iphone simulator in xcode,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Did you setup the merchant ID / certificate correctly? https://stripe.com/docs/apple-pay/apps
Also, after setting up your merchant ID, did you set it within your code?
@dominicvitucci1 5.6.0 should help you. I’m closing this issue. Feel free to open a new one