INFORMATION
 
FILES / DOWNLOADS
 
KNOWLEDGE BASE
 
SPECIALTY BINS (VIRTUAL, PREPAID, HSA/FSA)

Technical Reference: Identifying Specialty BINs

Standard BIN data often categorizes cards simply as "Debit" or "Credit." However, modern payment flows require identifying Specialty BINs to manage risk, ensure regulatory compliance, and optimize authorization rates.

1. Virtual Cards (Digital Issuance)

Virtual cards are generated for online use without a physical counterpart. They are often used by FinTech companies (Neobanks) and for B2B accounts payable.

Technical Challenge: Schemes do not always provide a "Virtual" flag. Identification requires filtering by specific product types (e.g., B2B, Corporate Fleet, or Virtual-specific sub-ranges).

Logic: IF Category CONTAINS "VIRTUAL" OR Product_ID MATCHES known digital-only ranges.

2. Prepaid & Gift Cards

Prepaid cards are not linked to a traditional bank account. They represent the highest risk for recurring billing and trial abuse.

Type Risk Profile Recommended Action
Reloadable Medium (KYC-verified) Allow with standard risk checks.
Non-Reloadable / Gift High (Anonymous) Block for subscriptions; Require 3DS.

3. HSA / FSA (Healthcare Benefit Cards)

Health Savings Account (HSA) and Flexible Spending Account (FSA) cards are restricted to specific Merchant Category Codes (MCC).

Operational Logic:

  • Pre-Auth Check: If Category is "HSA" or "FSA", verify that Merchant_MCC is in the approved healthcare list (e.g., 8011, 5912).
  • User Messaging: If a non-healthcare merchant detects these BINs, they should prompt the user for an alternative payment method before a decline occurs.

4. Tokenized BINs (Apple Pay / Google Pay)

Transactions initiated via mobile wallets use DPANs (Device PANs). While the DPAN identifies the device, the BIN database allows you to link it back to the original funding attributes.

Data Record Example (Field 5 - Category)
407212;VISA;SUNTRUST BANK;DEBIT;PREPAID RELOADABLE;USA;...
434684;VISA;UMB BANK, N.A.;DEBIT;HSA NON SUBSTANTIATED;USA;...
529923;MASTERCARD;MONETA MONEY BANK;DEBIT;VIRTUAL;CZE;...

Summary

By integrating specialty BIN flags, merchants can reduce "False Declines," lower fraud rates, and ensure that healthcare-restricted funds are used only where permitted.

Access all specialty flags including Virtual and HSA indicators.

Review Extended Data Fields