For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add Bank Identification Numbers to Monitoring

Add Bank Identification Numbers to BIN monitoring

post

Allows you to set up a new alert subscription for one or more Bank Identification Numbers (BINs).

Authorizations
AuthorizationstringRequired

The Enzoic API uses a basic auth scheme where the username is your API key and the password is your API secret.
See https://docs.enzoic.com/enzoic-api-developer-documentation/using-the-enzoic-api#api-authentication for more details.

Body
binsstring[]Required

An array of Bank Identification Numbers (BINs) to monitor.

Example: 424242
webhookIDstringOptional

The ID of the webhook to send alerts to when a match is found for this BIN number.

Example: 5a3ae05132ffb96e664d4626
Responses
201

The call was successful. Your webhook will now be called whenever a payment card belonging to one of the submitted BINs is involved in a new breach.

application/json
addedintegerOptional

The number of new alert subscriptions created.

Example: 1
alreadyExistedintegerOptional

The number of alert subscriptions which already existed.

Example: 0
post/bin-monitoring
201

The call was successful. Your webhook will now be called whenever a payment card belonging to one of the submitted BINs is involved in a new breach.

Last updated