Forum Moderators: buckworks
From a programming point of view, different payment gateways might use different methods.
Most will accept a HTTP POST, which is easily accomplished in PHP using cURL - other languages will need different approaches.
authorize.net even provides sample code in a variety of languages:
http://developer.authorize.net/samplecode/
[edited by: lorax at 4:46 pm (utc) on Mar. 8, 2006]
[edit reason] delinked [/edit]
Have a look at http://www.optimalpayments.co.uk/docsapi.asp
[edited by: lorax at 4:45 pm (utc) on Mar. 8, 2006]
[edit reason] delinked [/edit]