'Payment not completed' after calling completeMerchantValidation

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

>object, which I pass to the


If you're sure you're passing a JavaScript object, and not a JSON sting, I'd inspect the object.

Hi maxipago, did you eventually figure out what the problem was?

I'm currently in the same situation.


Thanks

Did you guys get this fixed ?? -Naga

'Payment not completed' after calling completeMerchantValidation
 
 
Q