# Standard BIN Mapping

{% hint style="info" %}
A **BIN** is a ***Bank Identification Number*** or ***Issuer Identification Number,*** which is the first six digits of a card number. These digits can be used to identify the Type of Card: each Card Type has a designated range of BINs.
{% endhint %}

BIN mapping allows you to make sure certain Card Types are directed to certain gateways.

A typical example of BIN mapping would be to map all AMEX Cards to the gateway you have that will process AMEX.

### BIN Reference Links <a href="#bin-reference-links" id="bin-reference-links"></a>

* <https://binlist.net/> - a site to test a single card number's BIN
* <https://en.wikipedia.org/wiki/Payment_card_number> - a Wikipedia Article with a list of BIN ranges

***

### Adding a Bin Map <a href="#adding-a-bin-map" id="adding-a-bin-map"></a>

Go to **Gateways** > **Bin Mapping** > **Standard Bin Map** and *Click* the Green **+Bin Map** Button:

<figure><img src="https://help.checkoutchamp.com/~gitbook/image?url=https%3A%2F%2F3790748257-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FT43PzcNjyZtWby9yrGd3%252Fuploads%252Fz7YoxCOVDGQR3Ap3PgvN%252FUntitled.png%3Falt%3Dmedia%26token%3Df9fccbbb-4ad4-43dc-a610-e5fe93310f58&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=8264a410&#x26;sv=1" alt=""><figcaption></figcaption></figure>

Use the Create Bin Map dialog to make a new Standard Bin Map:

<figure><img src="/files/ZCpr9NOhAwARMORMvU7I" alt="" width="375"><figcaption></figcaption></figure>

* **Name**: The Name of the Bin Map
* **Start Range**: First number in the Range
* **End Range**: Last number in the Range
* **Bank Name Keywords:** Allows you to further define mapping criteria based the customer's card bank. Enter keywords surrounded by double quotes for an exact match. Case-insensitive
* **Campaign:** Which campaign the Bin Map will apply to (default is All)
* **Route to Gateway**: The gateway where you want the BIN Range processed
* **Enabled**: Allows you to disable the Bin Map without having to delete it
* **Prepaid Cards Only:** Allows you to route all prepaid cards within a certain BIN range to a particular gateway
* **Debit Cards Only:** Allows you to route all debit cards within a certain BIN range to a particular gateway
* **Credit Cards Only:** Allows you to route all credit cards within a certain BIN range to a particular gateway.  This excludes prepaid and debit cards.
* **Select a Bank Range:** Search by Bank and select BIN ranges for this profile.

<figure><img src="https://help.checkoutchamp.com/~gitbook/image?url=https%3A%2F%2F3790748257-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FT43PzcNjyZtWby9yrGd3%252Fuploads%252FWtwX4bqS9OkaOWBSuL3F%252Fimage.png%3Falt%3Dmedia%26token%3Dbc12953c-2dca-4cdc-a339-a3dd60c555d4&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=a83c2616&#x26;sv=1" alt=""><figcaption></figcaption></figure>

***

The Bin Mapping section will show the Bin Maps created:

<figure><img src="https://help.checkoutchamp.com/~gitbook/image?url=https%3A%2F%2F3790748257-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FT43PzcNjyZtWby9yrGd3%252Fuploads%252FO9GLsFaEkOWcT9TWqaJl%252Fimage.png%3Falt%3Dmedia%26token%3D357ed83a-f624-4489-b4e7-595b23332016&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=7916e5f7&#x26;sv=1" alt=""><figcaption></figcaption></figure>

***

The eye button lets you view information about BINs by Bank.

<figure><img src="https://help.checkoutchamp.com/~gitbook/image?url=https%3A%2F%2F3790748257-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FT43PzcNjyZtWby9yrGd3%252Fuploads%252FfkISEjbmW061eHjvkXfC%252Fimage.png%3Falt%3Dmedia%26token%3D9a1c0c2f-e87e-406d-9c1c-d41726b2daca&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=28b2e3a6&#x26;sv=1" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.konnektive.com/konnektive-crm/gateway-setup/standard-bin-mapping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
