At 20:00 20.03.2003, Edward Peloke spoke out and said:
--------------------[snip]--------------------
>Forgive my ignorance of the subject but would this just say the card was
>valid?  How do you go about actually charging the users card and get the
>funds?
--------------------[snip]-------------------- 

To be able to actually charge a CC you need a contract with a clearing
house (FirePay,  for example). There's no standard to it; every
clearinghouse I've ever dealt with uses its own protocol.

Generally this involves transmitting data via POST and receiving
(asynchronously) transaction data via SSL. You might consider using cURL
for this kind of stuff; most of them have working examples in Java, PHP,
ASP, etc.


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