Webhooks not being delivered

I have registered webhooks for order events, ORDER_OPENED, ORDER_COMPLETED, ORDER_UPDATED, ORDER_CANCELLED.

a got 201 response, with confirmation that webhook is registered.

But when I place an order no webhook is delivered.

The url I registered is this:

http://54.201.238.246/version_2.0/CCPartnerApi/public/poyntwebhook/process

could it be because that the url is on http, and not https.

I just tried going to the URL and it’s returning a 404. I figured that maybe you took it down, but then looking at the logs, Poynt did in fact POST to your endpoint – but every single event also was a 404.

Re: http endpoints – yes, at this time, they are supported; however, for production apps, we will likely stop supporting that (we’ll make an announcement before we do).

Thanks,
Neil