01

1. Minimize and normalize the input

The public BINov lookup begins with the first six digits, not the full PAN. The interface removes formatting characters, rejects invalid input and applies reasonable batch limits before any database work begins.

This protects users from submitting unnecessary data and protects the service from malformed or automated high-volume requests.

02

2. Match the right range

A lookup engine compares the normalized prefix with reference ranges. Where both broad and specific records exist, the most specific valid match should take priority.

Filters such as network, country, type or issuer can narrow research, but they do not change the fundamental rule: the result describes a range, not an individual card.

03

3. Interpret fields with context

Issuer names vary by source and can reflect legal entities, programme managers or historical labels. Country may describe the issuer allocation rather than the user’s location. Product level can change within a portfolio.

A premium interface explains those limits instead of presenting every field as absolute truth.

04

4. Deliver the answer responsibly

BINov renders current lookup results as an image. The values are not repeated in the HTML, structured data or hidden client-side payloads. That raises the cost of automated copying while keeping the result readable for a person.

Image delivery is only one layer. Sessions, CSRF validation, origin checks, no-store responses and measured rate controls work together to protect the lookup path.

05

5. Separate reference from authorization

A range match can improve context and data quality, but it cannot replace authorization, 3-D Secure, fraud scoring or an acquirer response. Operational systems should combine it with the signals appropriate to their risk model.

The best lookup returns the minimum useful context, exposes the minimum necessary data and makes uncertainty visible.

Primary sources

This guide is grounded in public material from ISO and payment-industry organizations.

Frequently asked questions

Why does BINov return an image?

To avoid publishing current result values as readily machine-readable page content.

Does the service need the full PAN?

No. Only the opening issuer-identification digits are required for range lookup.