credit card processing

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
toms100
Forum Contributor
Posts: 119
Joined: Wed Feb 26, 2003 10:29 am
Location: Bristol,UK

credit card processing

Post by toms100 »

ok say i have a mysql database containing information such as product price, name, quantity available etc. i make a shop which can access this database fine and does so using ssl. now i want to charge buyers for the products by credit card. are there any good companies that will allow me to send a product description to them, and if a user decides to buy the product they send something back to me so that i know they have paid?
i know some webhosts offer shopping baskets but i really need to make my own.
ive heard sugestions of services such as Authorize.net, Verisign, SurePay but i dont know how they would work.

i hope someone can take the time to reply.

many thanks

Tom
User avatar
daven
Forum Contributor
Posts: 332
Joined: Tue Dec 17, 2002 1:29 pm
Location: Gaithersburg, MD
Contact:

Post by daven »

For SurePay:
http://surepay.sauen.com

SurePay requires you to create & send an XML document via an SSL channel.

I do not know how AuthorizeNet and Verisign function, since I have not been required to use them yet.
Post Reply