robmcvey / cakephp-paypal

CakePHP 2.0 plugin for PayPal Website Payment Pro
60 stars 44 forks source link

how to track credit card transaction in paypal #32

Closed gdarkunde closed 9 years ago

gdarkunde commented 9 years ago

Hello Author, thanks for awesome plugin

i integrated in my cakephp project .. i got one issue when any user use credit card for payment ..paypal return success response and transaction id in doExpressCheckoutPayment method.. but how to track exactly amount credited in paypal account using transaction id..

some time happens order placed successfully but credit card amount not credited in paypal account..

Thanks in advance