Paypal Direct Payment (Credit Card) And Yii

Has anyone used Paypal’s direct payment with Yii? (It allows user to pay with their credit cards without leaving your website)…

Any ideas about that?

Can I get the callback about the payment is processed successfully or not instantly?

Thanks!

I have never integrated PayPal, but I have used APIs with callbacks before without any problem.

You just need to create an action (in an existing controller or create a new controller) and send the URL to PayPal’s API so they can request that URL with the data about the payment process.

Hope this will help. Check it out

http://www.phpclasses.org/package/5403-PHP-Send-payment-requests-to-Paypal-payments-Pro-API.html