Welcome Guest, Not a member yet? Register   Sign In
What's the best payment option to integrade with CI?
#1

Hi;

I am making a payment systems and I wonder what is a modern, easy to use, well documented option.

I prefer user not leaving site like Paypal.

I hear a lot about Braintree.

Ideas?

Thanks
Reply
#2

Use Authorize.Net, they have PHP API for developer. I used this for my company project

Regards
Reply
#3

Stripe is very good, also.

To be fair, though, having them leave your site does wonders for mitigating your site's PCI Requirements, since those sites are already setup to meet the very strict requirements for processing credit cards. And always remember - never store the credit card number on your application unless you are going to meet those PCI requirements and be certified. Always use tokens from the processor if you can. 

Or send them to the external site so you don't have to worry about it at all. Smile
Reply
#4

Go back and check Paypal's API's. They are very robust and they do offer methods for full site integration (payments made without leaving your site). Although i do not use that method. I prefer using their IPN.
"I reject your reality and substitute my own" - Adam Savage, M5 Inc.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB