question

angelasmith avatar image
angelasmith asked lionebra commented

Webhook for PIN changes

Clover merchants are able to change their PIN digits from 4 to 6 (and vice versa).

Is there a webhook (or alternative method) that we can access to detect these changes as they occur?

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

chanel avatar image
chanel Deactivated answered lionebra commented
No, but you can always check what the merchant's pinLength is using GET { {url}}/v3/merchants/{ {mId}}/properties
5 comments
10 |2000

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

angelasmith avatar image angelasmith commented ·

Sure, but this would mean that we would have to continuously check if pinLength has changed. The purpose of the webhook would be to "notify" us when there are new changes only. Is that possible?

0 Likes 0 ·
chanel avatar image chanel angelasmith commented ·

What exactly would you use the notification for?

0 Likes 0 ·
angelasmith avatar image angelasmith chanel commented ·

We have our own time clock that integrates with Clover (Homebase). We use the merchant's Clover PIN to clock in to our time clock too, so that the merchant can actually continue to use both time clocks.

If their PIN length changes, it's critical that we are able to detect this, so that we can immediately fetch and sync the changes.

0 Likes 0 ·
Show more comments

Welcome to the
Clover Developer Community