Check a Card Number for Compromise
Last updated
Last updated
Returns a list of compromised payment card numbers matching a partial card number provided to the call. The partialCardNumber field in the body should contain the first 8 digits of the card number being checked.
This call uses a k-anonymity algorithm to ensure that the complete card number being checked is not sent to the server in the clear. All compromised payment card numbers matching having a match on the first 8 digits will be returned in the cardsFound response, allowing the caller to then locally compare to determine if the full payment card number being checked is in the Enzoic database of compromised card numbers.
The first 8 digits of the card number being checked.
40112322
If this parameter is specified and true, the results will include the raw match source inline, along with the exposure IDs. The raw match source will be the snippet of text from the breach source where the card number was found, providing additional context into what else was exposed (e.g. name, CVV, expiration date, etc.).
NOTE: Including this parameter will increase the size and significantly slow the response. Do not specify this parameter unless you actually need the original source text.
true
The response body contains the requested results.
An array of past exposures found for the provided card number