PHP Secured credit card checkout

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Smackie
Forum Contributor
Posts: 302
Joined: Sat Jan 29, 2005 2:33 pm

PHP Secured credit card checkout

Post by Smackie »

Does anyone know how to make a secured credit card checkout script? please help me if you do....


Thank you
Smackie
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post by josh »

Do you have a merchant & gateway yet?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

Yes, but it is fairly complex code. As jshpro2 asked, what payment gateway are you using? Do you want a multi-page or single page form to collect shipping and payment information? Will there need to be backend screens to manage orders? Will there be email confirmation? Do you already have software to manage a shopping cart? Will you store orders in a database. Do you have a secure server available?

My experience with payment gateways in PHP is that the often use Curl so that may need to be installed.
(#10850)
Post Reply