Hi,
I have integrated hosted payment method in my application using c# and to load the content I am using an iframe.
On transaction processing I am returning a simple message and on the basis of that message I want to show hide respective iframe.
Is there any way to catch the response or some call back method we can use to work this up?
Thanks