2 respuestas
When we submit transaction registration POST on sagepay server, we have to give NotificationURL. I successfully POST the request to do transaction registration on sagepay server and got response too. So that once the payment done, then the sagepay will notify us with NotificationURL and we have to reply for the Notification POST with Status and RedirectURL.I got notification POST from Sagepay and I tried to respond for the same. But the reply not reached to Sagepay server. So will you help me on how to reply to Notification POST ?