Tight code integration with credit card acceptance

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
typewriter
Forum Newbie
Posts: 7
Joined: Tue Sep 26, 2006 4:50 pm

Tight code integration with credit card acceptance

Post by typewriter »

Hello,

My goal is to find a credit card acceptance mechanism that will integrate
nicely with my script. I'd like to find a CC company that will provide me
with a form that I can drop in my page.

Once the users submit CC info, then an acceptance or denial
message should be returned to my script, which then takes over the product (file)
delivery phase.

Does anyone have recomendations in this area? My searches turned up
SO much, and I wanted to see if there were opinions here before
diving in.

Thanks very much for any useful tips on how I can make this happen.

kristopher
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

well.. the most popular option (at least with my clients) has been authorize.net... and then Paypal.
typewriter
Forum Newbie
Posts: 7
Joined: Tue Sep 26, 2006 4:50 pm

Post by typewriter »

Cool. Authorize.net looks like it will have the features and functionality I'm looking for.

I appreciate it!
Post Reply