[PHP] CC Processing Merchants

2002-10-09 Thread Andrew Brampton

Sorry for this slightly off topic question, but I beleive many of you will
have delt with this kind of thing before.

My client is asking for a Online Merchant that will allow him to validate
and charge credit cards. He orginally suggested Pay Pals but after I read
their docs I found that the Customers would have to sign up for a Pay Pals
account, which my client dislikes.

So can anyone recommend a good (maybe cheap) Merchant that can validate and
charge credit cards online? My client is searching for some reviews online,
but he asked if I could maybe get a list from progammers which have done it
before.

Thanks
Andrew


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] CC Processing Merchants

2002-10-09 Thread Jarrad Kabral

Most of our local banks here in Australia offer merchant facilities.

Judging by your email address your from the UK but I cant see any reason why
it should be different. Why dont you find out who your boss his/her banking
with and contact them regarding a merchant service...?


Regards
Jarrad Kabral



-Original Message-
From: Andrew Brampton [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 10 October 2002 9:49 AM
To: [EMAIL PROTECTED]
Subject: [PHP] CC Processing Merchants


Sorry for this slightly off topic question, but I beleive many of you will
have delt with this kind of thing before.

My client is asking for a Online Merchant that will allow him to validate
and charge credit cards. He orginally suggested Pay Pals but after I read
their docs I found that the Customers would have to sign up for a Pay Pals
account, which my client dislikes.

So can anyone recommend a good (maybe cheap) Merchant that can validate and
charge credit cards online? My client is searching for some reviews online,
but he asked if I could maybe get a list from progammers which have done it
before.

Thanks
Andrew


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] CC Processing Merchants

2002-10-09 Thread Peter J. Schoenster


On 10 Oct 2002 at 0:48, Andrew Brampton wrote:

 Sorry for this slightly off topic question, but I beleive many of you
 will have delt with this kind of thing before.

Yeah off-topic but I was wondering the same thing myself as I have not 
done many carts in awhile.

 So can anyone recommend a good (maybe cheap) Merchant that can validate
 and charge credit cards online? My client is searching for some reviews
 online, but he asked if I could maybe get a list from progammers which
 have done it before.

A few months ago I setup a client with Authorize.net. I always hated 
using them as I lose control for a click but it worked out well. I save 
all the data before I send them off and then update their record when 
Authorize.net sends them back to the url that I gave them. It has 
worked well.

Last year I used Verisign and they were very good. Very helpful and 
simple API. They bought cybercash who I used to use all the time.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] CC Processing Merchants

2002-10-09 Thread Joshua Alexander

We use an Authorize.net reseller, merchantexpress.com. While the sign 
up process can be a hassle, I'm pretty happy with Authorize.net. 
Since we use the ADC Direct method, we don't lose control at all. 
When the customer submits their credit card info, our PHP script uses 
Curl to securely request authorization from Authorize.net and then 
decides what page to show the customer based on the response it gets 
(i.e., card declined, card accepted, etc)

-Josh

A few months ago I setup a client with Authorize.net. I always hated
using them as I lose control for a click but it worked out well. I save
all the data before I send them off and then update their record when
Authorize.net sends them back to the url that I gave them. It has
worked well.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] CC Processing Merchants

2002-10-09 Thread olinux

You can find a lot of good information and comparisons
here:

http://www.merchantworkz.com

olinux

 
 -Original Message-
 From: Andrew Brampton
 [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, 10 October 2002 9:49 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] CC Processing Merchants
 
 
 Sorry for this slightly off topic question, but I
 beleive many of you will
 have delt with this kind of thing before.
 
 My client is asking for a Online Merchant that will
 allow him to validate
 and charge credit cards. He orginally suggested Pay
 Pals but after I read
 their docs I found that the Customers would have to
 sign up for a Pay Pals
 account, which my client dislikes.
 
 So can anyone recommend a good (maybe cheap)
 Merchant that can validate and
 charge credit cards online? My client is searching
 for some reviews online,
 but he asked if I could maybe get a list from
 progammers which have done it
 before.
 
 Thanks
 Andrew

__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php