Add Bank Identification Numbers to Monitoring
Allows you to set up a new alert subscription for one or more Bank Identification Numbers (BINs).
Authorizations
Body
binsstring[]RequiredExample:
An array of Bank Identification Numbers (BINs) to monitor.
424242
webhookIDstringOptionalExample:
The ID of the webhook to send alerts to when a match is found for this BIN number.
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
post
POST /v1/bin-monitoring HTTP/1.1
Host: api.enzoic.com
Authorization: Bearer Base64(your_api_key:your_api_secret)
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"bins": [
"424242"
],
"webhookID": "5a3ae05132ffb96e664d4626"
}
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.
{
"added": 1,
"alreadyExisted": 0
}
Last updated
Was this helpful?