Using PayPal IPN, can we implement delayed payment. Perfect example is Groupon where card is charged only when deal is tipped. Can someone throw light on implementation part usi
For Authorize And Capture:
To make a payment authorize you will have to pass "authorization" in paymentmethod
parameter instead of "sale"
So, For this type of payment, paypal will not charge the sender immediately but will wait till receiver confirmation. To capture this payment two methods are available: