Comment on page
Monitoring BINs
Setup which BIN numbers you wish to monitor
The following API endpoints allow you to add, update, delete, and retrieve monitored BINs in the Enzoic system, using your API key. Note that you will need to have BIN Monitoring added to your subscription before you can call these APIs. You will also need a webhook configured on your account to receive notifications.
post
https://api.enzoic.com/v1
/bin-monitoring
Add Bank Identification Numbers to BIN monitoring
delete
https://api.enzoic.com/v1
/bin-monitoring
Delete monitored BINs
get
https://api.enzoic.com/v1
/bin-monitoring
Retrieve list of currently monitored Bank Identification Numbers (BINs)
Last modified 3mo ago