如何通过paypal完成付款后获取交易详情

I am using parallel adaptive payment. i got the php coding from following link of paypal developer` website.

https://www.paypal-labs.com/integrationwizard/adaptive/main.php

Now the transaction of amount takes place successfully. But i want to store the transactions details such as

1.transaction id,2. Amount 3.Status etc. After the returns from paypal to my website
Presently i did this with paypal sand box account

You could use IPN to get information back to your website that pertains to the transaction. You can find more on IPN on PayPal Developer's Site.