Payment Processing Script
Posted: Mon Jun 27, 2005 11:08 pm
I need to create a simple php script to post some cc info to a gateway. The gateway then basically returns an Approved or a Declined message. What do you think is the best and safest way to go about this (calling the string). Basically, all the cc details and account login info are sent in one long string. The string also carries a "return url". So an example return would be domain.com/script.php?Login=Fail.
Thanks!
Thanks!