Let's say we have a hotel booking system and we want to receive payments via PayPal.
When user goes through the booking process he / she ends up on the page that says "complete your payment here" which is a link to PayPal.
Because this link is in a different system (PayPal) it would be nice if it would be valid for a certain amount of time. Otherwise I can open this link after one day and pay while my real booking was already cancelled.
===
The only way to implement something similar I have found so far is to use option "Can customers buy an item when it is sold out?".
The idea is to have a link like this:
direct
,Paypal redirect
orin-context
, after you've done some eval on your end (inventory, etc.)? IMHO, relatively "simpler" than having to manage (unreliably) some x number of links lifetimes... – EdSF