# Bin Profiles

## Blocking Bins

In this section, you can manage BIN (Bank Identification Number) restrictions to help control which credit cards are accepted in your system.

{% hint style="info" %}
This is for new sales, rebills will still go through.
{% endhint %}

### Overview

Your CRM provides two primary ways to block or restrict BINs:

1. **Bin Profiles (Campaign-Level Control)**
2. **Blacklist (Account-Level Control)**

***

### 1. CRM > Gateways > Bin Profiles

Use **Bin Profiles** to create BIN ranges you want to restrict. You can then attach these profiles to specific campaigns. Any transactions using a BIN within the defined range will be prevented from processing **only** for the campaigns where the profile is applied.

**How to Create a Bin Profile:**

* Navigate to **CRM** > **Gateways** > **Bin Profiles**
* Create a new profile
* Define the BIN range(s) (e.g., `400000–499999`)
* Save the profile
* Attach the profile to the desired campaigns

**Example Use Case:**\
Preventing a certain card issuer from processing on a particular product line or promotion.

***

### 2. CRM > Admin > Blacklist

The **Blacklist** is used to block specific BINs **across your entire account**. Unlike Bin Profiles, the blacklist applies globally to all campaigns and gateways.

**How to Blacklist a BIN:**

* Go to **CRM** > **Admin** > **Blacklist**
* Choose **BIN** as the blacklist type
* Enter the BIN you want to block (e.g., `411111`)
* Save your changes

{% hint style="danger" %}
Once a BIN is blacklisted here, no transactions will process using that BIN, regardless of the campaign.
{% endhint %}

| Type        | Example Response                                  |
| ----------- | ------------------------------------------------- |
| Blacklist   | cardBin blacklisted                               |
| Bin Profile | Card Bin \*\*\*\*\*\* is blocked on this campaign |


---

# 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/bin-profiles.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.
