Payments
BIN Lookup & Card Insights
The Evervault API allows you to retrieve metadata for a card tokenized with Evervault, including the card BIN, last four digits, funding type, issuer details, country and other relevant details. Additionally, the API also provides a unique fingerprint for each card, which acts as a unique identifier to detect card reuse.
The card insights can be used for tasks such as fraud detection and payment routing.
Retrieve Card Insights
To retrieve metadata for a tokenized card, simply send the tokenized card number to the Inspect API endpoint.
The Inspect endpoint requires a JSON-formatted string (not a JSON object), so be sure to enclose the tokenized card number in double quotes.
The response includes the card metadata, such as the card BIN, the last four digits, the funding type, and other relevant details.
Supported card metadata
Metadata | Description |
---|---|
Fingerprint | A unique identifier for the tokenized card. This can be used to detect card reuse. |
BIN | The first 6 or 8 digits of the card number. |
Last 4 | The last 4 digits of the card number. |
Brand | The card brand associated with the payment card. |
Funding Type | The card funding type specifies the method by which transactions are financed (e.g. debit, credit, prepaid, etc.). |
Segment | The card segment indicates the primary market or usage category of the card (e.g. consumer, commercial, business, etc.). |
Country | The country where the card was issued. |
Currency | The currency of the card. |
Issuer | The card issuer. |