Thread: payment gateway
View Single Post
Old 07-07-2008, 08:38 AM   #2 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

I thought thats how paypal worked also, have a look into paypal IPN.
https://www.paypal.com/us/cgi-bin/we...-intro-outside

When your customer purchases from you via paypal, as soon as the transfer is complete paypal will post back 'behind the scenes' data of the transaction to your site so you can then create a system to deliver the product or whatever.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote