flutter-plugin
flutter-plugin copied to clipboard
Payment not completed error in Apple Pay
Hi, I am getting a "Payment not completed" error when using a US and USD in the configuration. My issue is that when the payment sheet fails, I get no details of the error. I tried both with Pay's button and Advanced usage, but have found no way to retrieve the error.
Can someone point me on the right direction?
Hi @jacobokoenig, can you share your configuration (only public details –eg.: removing any account ids and secrets) to understand the root of the failure?
Note that the button has an onError
property that you can use to inspect the issue. In the advanced usage, calling the showPaymentSelector
method will except with an error if the operation fails.
Hi @jacobokoenig, I'm closing this issue if there are no additional updates. Feel free to re-open otherwise.