At 14:50 06.11.2002, Martin Hudec said:
--------------------[snip]--------------------
>Hello,
>
>does anyone have experience with implementation of electronic pay
>system for website based on PHP? Can you give me directions about
>this?
>
--------------------[snip]-------------------- 

Usually these sites have an interface based on SSL to POST data to,
optionally calling back any URL you submit (at least FirePay works this way).

You might consider using curl to SSL-post data to the CC aquirer.

Most clearing houses are offering prefab PHP solutions, with and/or without
a little shop solution. Try to check the docs with your aquirer.


-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/



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

Reply via email to