Yii php Paypal credit card payment integration
php, yii
Solution
paypal like other payment services offer two flavours of their payment systems.
One is off site, where user is redirected to parent page from iframe(usually) that you clicked on.
The other option is integrated, where your transaction is seemlessly worked into your website so you never leave the page.
Your first step is deciding which one of these you want, the costs, the payment gateway fees your willing to deal with. If you are big enough to need a merchant account.
Problem
I know this sounds vague, but I'm looking for a way to build a Yii paypal credit card payment methods for a credit based purchase system. Is there a good yii php library that does it? Any good resources to learn how to do it? Thanks in advance.