Paypal Extension

Hi

I use the extension

http://www.yiiframework.com/extension/paypal

Does anybody know the steps to register a transaction ?

For example in actionBuy after of success buy (but before confirmation)

we can store the $result in the database (TOKEN,TRANSACTIONID etc)

In the confirmation I want to match the Tranaction (that generated in actionBuy) with succeded final confirmation and store all important data in the database

So, The admin could see all the tranaction of any user and tranaction status (succeeded,failure etc)

How can I make it in the right way ?

Thanks

Also I have Another question with amount(price) of transaction

http://www.yiiframework.com/extension/paypal/#c17769