Empty Result URL


#1

I have a server that you can publicaly post to: https://premacart.herokuapp.com/transaction, but I get and empty {} JSON object


#2

whats your goal ? what do you want to achieve so that i can help you


#3

Hi, so I am doing a payment, regular paynow.send(), and so I do everything, I get back a response with a redirectUrl, I redirect the user to paynow, now the goal is that when the user gets redirected to the specified returnUrl, I want to send a payment result to my server, I am using express js and the post method on /transaction/:id gets called and the id is contained in request.params however, there isnt an data instead, I just have an empty {} json object