Hello everyone,
I am developing a web site with "Pay with Apple Pay" button and I found this problem. My server-side component can start the payment session and get the "merchant session" object, which I pass to the method completeMerchantValidation (ApplePaySession's method, executed on client side). But after that the payment sheet shows a "Payment not completed" message and it is closed.
A "cancel" event is launched. How can I know why it has been cancelled? Can I get more information (reasons) from the cancel event?
More details are following:
- my server application is running on the domain registered and verified on Member Center
- all requests use HTTPS
- server is on Amazon AWS (I don't know if there is some implication with this...)
Hope someone can help me. Thanks.
Helio