Ramesh
Ramesh

Reputation: 11

2checkout sandbox not sending INS notifications

I am trying to test INS in my sandbox account using this link

But it is not working. My Nitifications url is : http://localhost:61700/Orders/TestNotifications

(this url is my local machine url. because website not hosted in server now).

  1. Why INS notifications are not sending to this URL?
  2. How can I test INS service in 2checkout sandbox account without hosting website in server?

Upvotes: 0

Views: 292

Answers (1)

Madura Pradeep
Madura Pradeep

Reputation: 2454

  1. You are trying to send INS to your local machine which is not possible unless you specify your public ip in the url. Because 2checkout can not find your localhost.

http://public.ip.here:61700/Orders/TestNotifications

  1. You can use online mock server like https://webhook.site to just test the notification data. Otherwise, you have to host your application.

Upvotes: 1

Related Questions