I'm using Paypal Standard as the payment. If a user cancels does Paypal send custom variable back?
Here's the current workflow
- Page 1 - User creates listing
- Page 2 - User previews listing
- Page 3 - Display total cost for the listing and if they hit pay it will redirect to Paypal
- Post is inserted into the database and Paypal custom variable is sent
- We send "custom" variable to Paypal and if user is successful it will return the "custom" variable back and enable the listing by changing the status in the database.
Does Paypal send the custom variable back when user decides to hit cancel? I want the variable to come back and delete the listing from the database.