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.