I am a merchant based in India trying to setup PAYPAL EXPRESS CHECKOUT on my ZENCART 1.5.4 enabled store.

When the user tries to pay through PAYPAL EXPRESS CHECKOUT, he gets a message that his payment can not be sent to the store owner.
I contacted the PAYPAL Tech Support. I was given the following advice :

=========================

Thank you for contacting PayPal Merchant Technical Support. My name is Hilman and I will assist on this matter.



From what I can see is, your account is a newly registered account. From the log that you provided, I can see that you only perform setExpressCheckout. During setExpressCheckout, no transaction will happens. You need to call for DoExpressCheckout after that to complete the transaction.



I checked your API logs in your account based on the token, I can see that your integration stop there. You never perform the DoExpressCheckout method.



Please refer here for details about Express Checkout:

https://developer.paypal.com/docs/cl...ettingStarted/



Hope this help.
======================

How do we perform DoExpressCheckout method ?


Prabhat