Home > Archive > PHP Programming > March 2005 > I need a good credit-card processor. Any recommendations?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
I need a good credit-card processor. Any recommendations?
|
|
| revjjjames@hotmail.com 2005-03-30, 8:56 pm |
| Hello, can someone please recommended a online credit card processor
that is PHP friendly? I am s ing one that could be built into a
hidden-frame, and process a transaction seamlessly this way. Anything
like this out there that's not too expensive?
Sincerely --
Jim
| |
| Tex John 2005-03-31, 3:57 am |
| Linkpoint's newest API comes with a complete set of sample PHP scripts to do
everything. I've worked with their APIs for about five years and just
upgraded two old APIs to the new one a few w s ago.
If your SSL or cURL aren't all installed correctly, you may need to
'improve' the debug error reporting in the API file itself, but that is not
complicated since curl has error numbers just like mysql if you ask php.net
how to display them. If you can't recompile your php and apache, you may
want to check with your hosting company that their setup meets your needs.
Though I really can't imagine storing credit card numbers on a shared server
(other than mine of course :> )
Speaking of storing credit card numbers, and other than using OpenSSL
multiple keys, did anyone ever find an asymmetric encryption in PHP?
hth,
John
<revjjjames@hotmail.com> wrote in message
news:1112221386.978964.7800@g14g2000cwa.googlegroups.com...
> Hello, can someone please recommended a online credit card processor
> that is PHP friendly? I am s ing one that could be built into a
> hidden-frame, and process a transaction seamlessly this way. Anything
> like this out there that's not too expensive?
>
> Sincerely --
>
> Jim
>
|
|
|
|
|