0

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

Warrior
  • 5,168
  • 12
  • 60
  • 87

2 Answers2

0

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

Community
  • 1
  • 1
Stranger
  • 10,332
  • 18
  • 78
  • 115
  • i have downloaded the code from --- https://github.com/hrendoh/PayPal-Express-Checkout-example and changed only the api key and other details – Warrior Aug 08 '12 at 12:33
0

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

Community
  • 1
  • 1
Robert
  • 19,326
  • 3
  • 58
  • 59