Credit Card Authorization in PHP

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
vivekjain
Forum Commoner
Posts: 76
Joined: Thu Jan 08, 2004 12:38 am

Credit Card Authorization in PHP

Post by vivekjain »

Hi,
I am developing an ECommerce Application. During the checkout process, the payment mode has to be selected. If its credit card, various options are given: Visa,AmEx etc. How do i authenticate the card and also complete the formalities of the payment using the card.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

For credit card processing, you will need to have a merchant account to do this, or do it through a third party like http://www.worldpay.co.uk/

Mark
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

bech i need you help, if i PM you could you help me out, its a sensitive matter taht i would rather not 'shout' out
ghost007
Forum Commoner
Posts: 49
Joined: Sat Nov 22, 2003 10:10 am

Post by ghost007 »

If you are a European merchant visit: http://www.ogone.com for your payment processing needs.

Or you can always contact me for more information about payment issues for your e-Commerce website.

siech
Post Reply