pankirk Posted January 12, 2010 Share Posted January 12, 2010 I'm looking for a payment processor. What I will be doing is gathering a users credit card number via PHP and this is how I will allow payments. I can gather the credit card number but I don't know what to do after that. I've seen paypal's checkout script but I'm looking for something that won't show "paypal" all over it. I want it to look like its still a part of the shop and be customized. I don't want to redirect to paypals website, have users enter their info and then to redirect them back. - Thanks! Link to comment https://forums.phpfreaks.com/topic/188224-php-payment-processing/ Share on other sites More sharing options...
greatstar00 Posted January 12, 2010 Share Posted January 12, 2010 u can try to look around authorize.net they provide sample php code, and tell u what to do if u afraid u might having bug, u can use their html form, they do offer this Link to comment https://forums.phpfreaks.com/topic/188224-php-payment-processing/#findComment-993716 Share on other sites More sharing options...
limessl Posted January 12, 2010 Share Posted January 12, 2010 You need something like Paypal's Payments Pro system then. This integrates into your own website and does not redirect your buyers to another site. Note of course that if you're going down this route your hosting solution MUST be capable of passing PCI DSS compliance - in other words, if you're on shared web hosting you can forget it. There are a lot of providers out there but they're not cheap compared to the redirected solutions. Try RBS Worldpay, SagePay, Authorize.net amongst others. Link to comment https://forums.phpfreaks.com/topic/188224-php-payment-processing/#findComment-993746 Share on other sites More sharing options...
pankirk Posted January 15, 2010 Author Share Posted January 15, 2010 The above information helped. But I'm looking for something a little different. I'm looking for a way to gather the money and then split it to two separate accounts. I realize that I can just gather the money into one account, but I need a way to split it up into multiple ways and sent them from there. Thanks Link to comment https://forums.phpfreaks.com/topic/188224-php-payment-processing/#findComment-995884 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.