[PHP] Recommend payment processors?

2003-01-03 Thread Chad Day
Just wondering what people are using/recommend out there.. I'm going to be
getting a merchant account and let people purchase services through my
website on a secure server, all in PHP.  What concerns me is this archived
post I came across:

http://marc.theaimsgroup.com/?l=php-general&m=102165623600464&w=2

Reading that, it sounds like it's not possible to use Payment Pro, or
possibly other systems, with PHP .. is this correct?  Some of the other
posts in the archive sounded like people were using it, so I'm not really
sure what is possible at this point.

Thanks,
Chad


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




Re: [PHP] Recommend payment processors?

2003-01-03 Thread Rick Emery
I use PayPal.  Does not require a merchant account.  PHP payment interface and 
interaction is easy
to implement.  Via HTML in your webpage, you pass to PayPal the URL of the PHP script 
to be executed
when a payment is received.

- Original Message -
From: "Chad Day" <[EMAIL PROTECTED]>
To: "php general" <[EMAIL PROTECTED]>
Sent: Friday, January 03, 2003 10:14 AM
Subject: [PHP] Recommend payment processors?


Just wondering what people are using/recommend out there.. I'm going to be
getting a merchant account and let people purchase services through my
website on a secure server, all in PHP.  What concerns me is this archived
post I came across:

http://marc.theaimsgroup.com/?l=php-general&m=102165623600464&w=2

Reading that, it sounds like it's not possible to use Payment Pro, or
possibly other systems, with PHP .. is this correct?  Some of the other
posts in the archive sounded like people were using it, so I'm not really
sure what is possible at this point.

Thanks,
Chad


--
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] Recommend payment processors?

2003-01-03 Thread Chad Day
Paypal is not an option for reasons I won't begin to get into.  I'm sure
someone is using something solid out there ..

-Original Message-
From: Rick Emery [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 03, 2003 11:36 AM
To: php general
Subject: Re: [PHP] Recommend payment processors?


I use PayPal.  Does not require a merchant account.  PHP payment interface
and interaction is easy
to implement.  Via HTML in your webpage, you pass to PayPal the URL of the
PHP script to be executed
when a payment is received.

- Original Message -
From: "Chad Day" <[EMAIL PROTECTED]>
To: "php general" <[EMAIL PROTECTED]>
Sent: Friday, January 03, 2003 10:14 AM
Subject: [PHP] Recommend payment processors?


Just wondering what people are using/recommend out there.. I'm going to be
getting a merchant account and let people purchase services through my
website on a secure server, all in PHP.  What concerns me is this archived
post I came across:

http://marc.theaimsgroup.com/?l=php-general&m=102165623600464&w=2

Reading that, it sounds like it's not possible to use Payment Pro, or
possibly other systems, with PHP .. is this correct?  Some of the other
posts in the archive sounded like people were using it, so I'm not really
sure what is possible at this point.

Thanks,
Chad


--
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



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




RE: [PHP] Recommend payment processors?

2003-01-04 Thread Jonathan Rosenberg \(Tabby's Place\)
I've been using Authorize.Net for about 6 months now & am happy with them.  I
use their AIM interface, which allows ,e complete control over the look & feel
of the payment process.  There is no problem doing everything in PHP, as long as
you have the CURL extensions & they are built with SSL support.

--
JR

> -Original Message-
> From: Chad Day [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 03, 2003 11:15 AM
> To: php general
> Subject: [PHP] Recommend payment processors?
>
>
> Just wondering what people are using/recommend out there.. I'm going to be
> getting a merchant account and let people purchase services through my
> website on a secure server, all in PHP.  What concerns me is this archived
> post I came across:
>
> http://marc.theaimsgroup.com/?l=php-general&m=102165623600464&w=2
>
> Reading that, it sounds like it's not possible to use Payment Pro, or
> possibly other systems, with PHP .. is this correct?  Some of the other
> posts in the archive sounded like people were using it, so I'm not really
> sure what is possible at this point.
>
> Thanks,
> Chad
>
>
> --
> 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] Recommend payment processors?

2003-01-04 Thread David McInnis
I use authorize.net with curl as well.  It works great.  There are tutorials
on http://www.phpbuilder.net on how to set this up.

David

- Original Message -
From: "Jonathan Rosenberg (Tabby's Place)" <[EMAIL PROTECTED]>
To: "Chad Day" <[EMAIL PROTECTED]>; "php general" <[EMAIL PROTECTED]>
Sent: Saturday, January 04, 2003 7:16 PM
Subject: RE: [PHP] Recommend payment processors?


> I've been using Authorize.Net for about 6 months now & am happy with them.
I
> use their AIM interface, which allows ,e complete control over the look &
feel
> of the payment process.  There is no problem doing everything in PHP, as
long as
> you have the CURL extensions & they are built with SSL support.
>
> --
> JR
>
> > -Original Message-
> > From: Chad Day [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, January 03, 2003 11:15 AM
> > To: php general
> > Subject: [PHP] Recommend payment processors?
> >
> >
> > Just wondering what people are using/recommend out there.. I'm going to
be
> > getting a merchant account and let people purchase services through my
> > website on a secure server, all in PHP.  What concerns me is this
archived
> > post I came across:
> >
> > http://marc.theaimsgroup.com/?l=php-general&m=102165623600464&w=2
> >
> > Reading that, it sounds like it's not possible to use Payment Pro, or
> > possibly other systems, with PHP .. is this correct?  Some of the other
> > posts in the archive sounded like people were using it, so I'm not
really
> > sure what is possible at this point.
> >
> > Thanks,
> > Chad
> >
> >
> > --
> > 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
>
>


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