Hi what is the nature of data sent to the resultURL if its JSON ,is there a sample JSON file that i can see.
Format of Data sent to Result URL
lucia
#2
Paynow will send the data as an HTTP POST having content-type application/x-www-form-urlencoded and the POST body will contain each field separated by a ‘&’ and Key Value pairs separated by an = and all Values URL Encoded