question

hadi avatar image
hadi asked 01928-7325x2 answered

Webhook callback URL's are only allowed to be on port(s): [443]

I configured a staging enviroment to recieve webhook events. But it gives the error as below.

Webhook callback URL's are only allowed to be on port(s): [443].

URL I'm trying is http://staging-**************.com/api/v1/clover/notifications

Can you help me what might be the issue?

Webhooks
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

01928-7325x2 avatar image
01928-7325x2 answered

As the description of "Webhook callback URL's are only allowed to be on port(s): [443]."
You need to provide HTTPS URL.

If you're testing on your local you can follow Clover doc here: Using webhooks (clover.com)
If you're testing on the environment with public IP, you can generate SSL certificate using LetsEncrypt

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community