Hi, I'm building a site in PHP/MySQL, selling virtual 'dynamic' products and I need to specify a payment gateway. The gateway must be able to pass transaction details back to me so I can verify that the buyer hasn't tampered with anything and I'm not getting ripped off. When I say 'dynamic' products, I mean that the product doesn't exist until they buy it. For example, my site is similar to a domain registrar because domain registrars sell domain names that don't yet exist. Any advice and feedback is appreciated Cheers, Tim.
Almost every processor or payment gateway can do that, there are several solutions out there. The problem could be that the bank don't like your business, because of the brief description you made then I can't tell you but it should not be a problem at all.
Thanks fionix Do you know which ones make it easy? ie. Have SDK for coders, or even better, examples - Tim