Not getting POST request to my resultUrl


#1

Hey team, anyone assist. After i post a request to pay, awaits customer to pay, after customer pays, Paynow is not returning back the POST result in the resultUrl.

It simply goes silent although payment is successful.

Please assist

The resultUrl I have set in the Paynow object is this http://localhost:7002/api/v1/paynow/receivePaymentUpdate


#2

This is because the code is running on your localhost and not deployed on the public. Search about ngrok, it will help solve that problem