question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Apple Pay Not Configured. Payment failing on real device and simulator.

See original GitHub issue

Hello!

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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:18 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
jrdzhacommented, Jul 18, 2018

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?

stripe.setOptions({
  publishableKey: 'stripe test thing',
  merchantId: 'merchant.com.yourwebsite',
  androidPayMode: 'test',
});
0reactions
isnifercommented, Sep 1, 2018

@dominicvitucci1 5.6.0 should help you. I’m closing this issue. Feel free to open a new one

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found