Paypal Payflow pro library
Posted
by John Stewart
on Stack Overflow
See other posts from Stack Overflow
or by John Stewart
Published on 2010-06-08T15:22:36Z
Indexed on
2010/06/08
23:02 UTC
Read the original article
Hit count: 278
I already have an express checkout integrated with my Codeigniter application. Now I want to integrate seamless paypal where I collect the CC information and pass it to Paypal (via backend) and once everything is approved, my application shows that to the user. All this with out ever going to Paypal's website.
I know that Paypal gives a bunch of sample code but they have so many different products that advertise to do the same thing.
Is there any wrapper library in PHP that I can use for handling all this?
What sort of design decision is involved in migrating to such system? Would I need SSL certificates for this?
© Stack Overflow or respective owner