Hi, my name is Eloi and this is my first question in this forum.
I have these 3 services :
http://{ip}/TPV/generatePago.ashx (first step)
http://{ip}/TPV/makePago.ashx (second step)
http://{ip}/TPV/confirmPago.ashx (last step)
Every step need the step before. First step create the payment values that you need in the second step, the second step receive the first step values and create the second step values to send, and the last step receive the second step values and return up/down validation.
I was thinking in execute an script application which control the 3 steps, but....i'm not sure about that....
Any idea please ¿?