Re: [PHP] is CURL right for SSL post to payment processing Authenticate.net

2001-05-01 Thread Kelly Cochran
I was doing this a while back with Authorize.net and using cURL with PHP let me ditch the C CGI I had been using to accomplish this. Not quite as clear-cut a solution as something like the PayFlow extension, but it's quite doable. Main gotcha is having to compile cURL against the same

[PHP] is CURL right for SSL post to payment processing Authenticate.net

2001-05-01 Thread Tom Beidler
Apologies if this went through twice. The original got bounced back. I'm wondering if anyone has experience using CURL and could advise if it's the best direction for creating a SSL to a payment processing service. I'm trying to connect an existing PHP form to a payment processing service called

Re: [PHP] is CURL right for SSL post to payment processing Authenticate.net

2001-05-01 Thread Peter
Hi Tom Yep, php_curl is the way to go. I have used exactly the same method to connect to WorldPay. Check out php_curl on php.net. Cheers Peter "Tom Beidler" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm wondering if anyone has experience using CURL

[PHP] is CURL right for SSL post to payment processing Authenticate.net

2001-05-01 Thread Tom Beidler
I'm wondering if anyone has experience using CURL and could advise if it's the best direction for creating a SSL to a payment processing service. I'm trying to connect an existing PHP form to a payment processing service called Authorize.net. Using there direct response method requires a Secure S