N1CK3RS0N Posted August 2, 2008 Share Posted August 2, 2008 Heya, So I was wondering... Is it possible to code a system to process a credit card on the website itself without using a third party gateway such as PayPal? I have no clue how credit card processing even works. You see a lot of big name stores online have automatic credit card processing built into their website. Anyone know anything about this? Or could you point me in the right direction? Woo-hoo! First post. Quote Link to comment https://forums.phpfreaks.com/topic/117800-credit-card-processing/ Share on other sites More sharing options...
JasonLewis Posted August 2, 2008 Share Posted August 2, 2008 Well I've never done it myself, I just use PayPal integration. I'm sure there are pre-made scripts out there, that would most likely require purchasing. I know that you will need SSL or TSL (which is newer I think). They allow for secure data transfer. Quote Link to comment https://forums.phpfreaks.com/topic/117800-credit-card-processing/#findComment-605911 Share on other sites More sharing options...
Third_Degree Posted August 2, 2008 Share Posted August 2, 2008 I think oscommerce may have this integration. Download the CMS (it's free) and browse the source. Quote Link to comment https://forums.phpfreaks.com/topic/117800-credit-card-processing/#findComment-605914 Share on other sites More sharing options...
bretticus Posted August 2, 2008 Share Posted August 2, 2008 Actually.... They are called payment gateways for a reason. I dunno for sure, but I doubt that your bank's payment processor will just let you have access to their system. I'm sure part of the "deal" is stringent security auditing of the payment gateway providers. Those big ecommerce sites more than likely used a payment gateway provider (there are more than just PayPal.) Quote Link to comment https://forums.phpfreaks.com/topic/117800-credit-card-processing/#findComment-605943 Share on other sites More sharing options...
deansatch Posted August 2, 2008 Share Posted August 2, 2008 I'm sure for the most part it is simple. A few forms that take payment details securely and return a result when checked. The problem is the checking part in the middle. This will not be something you or php can do since you don't have access to everyones card numbers and addresses etc... I assume all the banks pay a large amount of money to be granted access (probably strict controlled access) to that information. You don't have to use paypal, you can use your bank. Paypal just makes the programming side easier where the bank will probably not have any help or developer forums when it comes to writing a payment processor. Also, the banks are usually more expensive to use than the likes of paypal. Quote Link to comment https://forums.phpfreaks.com/topic/117800-credit-card-processing/#findComment-605960 Share on other sites More sharing options...
unkwntech Posted August 2, 2008 Share Posted August 2, 2008 For websites/retailers to process credit cards they have to have a merchant account or use a gateway like paypal. I have worked with authorize.net, a merchant provider, you sign up with them send them the credit card info and they take the money from the customers bank and put it in your. Otherwise you would have to pay lots (read b/millions) to all the separate credit card companies to allow you to access their database, and I'm fairly positive they wont let you do that. Quote Link to comment https://forums.phpfreaks.com/topic/117800-credit-card-processing/#findComment-605962 Share on other sites More sharing options...
LemonInflux Posted August 2, 2008 Share Posted August 2, 2008 You could get yourself into a very bad situation if you try this. If you lose a credit card number, you're in it deep. I think, for your own safety, gateways are better. Quote Link to comment https://forums.phpfreaks.com/topic/117800-credit-card-processing/#findComment-605964 Share on other sites More sharing options...
JasonLewis Posted August 2, 2008 Share Posted August 2, 2008 PayPal is getting better and the integration methods are really effective. I would recommend them. Quote Link to comment https://forums.phpfreaks.com/topic/117800-credit-card-processing/#findComment-605966 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.