0
votes

I have downloaded the paypal express checkout code from this url

https://github.com/hrendoh/PayPal-Express-Checkout-example

When i click on the button it is redirecting to the paypal page but not populating the amount on paypal site and also am not getting the transaction id, but the payment is working correctly.Please advice

2

2 Answers

0
votes

Please provide some sample code you have used. I'm also posting the following link which helps me in a similar case of problem.

Paypal SandBox IPN always returns INVALID

0
votes

You're likely only calling the SetExpressCheckout API call. You'll also need to call DoExpressCheckoutPayment API once your buyer hits your 'RETURNURL' page in order to complete the transaction.

See also my answer at Missing amount and order summary in PayPal Express Checkout