Apple Pay integration shows "canceledByShopper" #216
Unanswered
dcosmin2003
asked this question in
Q&A
Replies: 1 comment
-
Hey @dcosmin2003 ApplePay dismisses itself after some short period. Before timeout, the merchant's app must make a \payment API call and then conduct the payment via If |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to integrate Apple Pay.
I mention that I have added the certificates and Apple Pay shows active in the Adyen Dashboard (Test & Live also).
I'm also testing on a real device with sandbox apple pay on it.
This is how my configuration looks like:
Then I have the paymentMethods object which has 'applepay' in it.
And here's my component code:
And always is going to onError with the following error:
Any idea what could go wrong or how can I debug this further?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions