Jump to content

PHP payment processing


pankirk

Recommended Posts

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

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.

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.