I’ve a shopping cart implemented in PHP and the checkout process is handled by PayPal. When the customer presses pay now button in PayPal, does it generate any events so that i may process that information and based on the stock levels in my database decide whether to accept the payment or not?
Share
No, but you can do that after payment with PayPal IPN, it sends all the data about purchase back ..