Hi @markevans 5c01ba43-4f0f-42d9-8c50-ff9ba92b68b7, thanks for your fast reply.
I read the Mortgage tutorial and I understand how it works. But I can't seem to apply to my project this thing.
I try to explain better.
From my handler RUI I'm load in an IFrame this url with the parameters required by the payment service gateway:
matteo@mr-srl.it&languageId=ITA&TCONTAB=I&url=http://google.it&url_back=http://google.it&mac=3a612baf8286e94ef73a823957567e9c8615cde2">https://coll-ecommerce.keyclient.it/ecomm/ecomm/DispatcherServlet?alias=3444153&importo=0000001&divisa=EUR&codTrans=0000000000000038&mail=matteo@mr-srl.it&languageId=ITA&TCONTAB=I&url=http://google.it&url_back=http://google.it&mac=3a612baf8286e94ef73a823957567e9c8615cde2
from this page the user can abort or complete payment. In response to one of two operations carried out by the user manage responds to a url with get method with specific parameters. These URLs are two of the parameters passed in the request. (I put google to both for this test) ...&url=http://google.it&url_back=http://google.it
Trying the link that I passed you will see that the service will respond with an error at page www.google.it with parameters in url.
The same thing will do if successful, but at the other url.
So I should have a service listening at a specific url that receives positive or abort feedback or two different (maybe better).
From the examples seen I don't know how to do it.
I hope you understand my scenario....
Matteo@MR