question

asuryono avatar image
asuryono asked David Marginian Deactivated commented

webhooks working?

Hi Experts,

How do I know the clover webhooks working? Is there any logs that I can check?

The setting already successful, tried to call the webhooks recipients from postman also succeed. But tried to add new customer, item, etc from clover web doesn't trigger any webhook?

Help please

Thanks

semi-integrationsCustomersWebhooks
1 comment
10 |2000

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

asuryono avatar image asuryono commented ·

even tried to create customer via clover API using:

https://sandbox.dev.clover.com/v3/merchants/xxxxxx//customers

still the customer is created in clover but not triggering any webhooks to my apps.. that's why i'm wondering if the webhooks runs? any logs for checking?


thanks


0 Likes 0 ·
David Marginian avatar image
David Marginian Deactivated answered

A few common reasons why you may not receive webhooks include:

1) Your app hasn't been installed on the test merchant you are creating the customer for. See https://docs.clover.com/docs/merchant-interaction#installing-your-test-app.

2) Your app doesn't have the correct permissions (in this case read customer) for the webhook you are trying to receive. Your application must have the correct permissions at the time of install, if it doesn't you will need to uninstall and then reinstall your application, see https://docs.clover.com/docs/401-unauthorized#check-your-apps-permissions.


10 |2000

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

asuryono avatar image
asuryono answered David Marginian Deactivated commented

Hi David,

thanks for your answer, point 1 is the one I'm looking for.


For clover team: this step should be added as links to your webhook guidelines, so that people would not miss this.


I kind of missed it when you put it just like this:

  • Ensure that your app is connected to your test merchant.
1 comment
10 |2000

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

David Marginian avatar image David Marginian ♦♦ commented ·
Thanks, I have created an issue for our documentation team.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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