I integrated Paypal Adaptive Payments but when a user click on the buy button the user gets the PayPal Error: “Your payment can’t be completed. Please return to the participating website and try again”. On the server side the paykey is created:
pay: {"responseEnvelope":{"timestamp":"2012-08-03T00:17:58.697-07:00","ack":"Success","correlationId":"c830d0b683474","build":"DEV"},"payKey":"AP-XXXXXXXXXXX,"paymentExecStatus":"CREATED"}
It works in sandbox but not live. Anyone faced that problem?
Thanks
I solved the problem. In my client code, I was referring to the sandbox URL instead of the live URL.