I have website that passes a order to the store using WSI. When a order is successful, I want to pass back a value and do some remaining validation upon the returned value.
I've been able to pass the product and redirect the user to the store. However, when the order is complete. How do you then pass back a value if the order was successful?