Webhooks
Webhooks are where BIN monitoring breach notifications get sent
Webhook POST Body
Member
Type
Description
{
"monitoredBin": "424242",
"date": "2023-04-07T07:43:09Z",
"exposureID": "57ed11964d6db21300991c12",
"recoveredCreditCardNumber": "4242424242424242",
"rawMatchSource": "Jane Doe 4242424242424242 08/28 123"
}Webhook Authentication
Mutual TLS (mTLS) Authentication (Optional)
Setting Up mTLS
NGINX Example Configuration
Apache Example Configuration
Payload Encryption (Optional)
Testing Your Implementation
Last updated