INFORMATION
 
FILES / DOWNLOADS
 
KNOWLEDGE BASE
 
PREPAID CARDS: POSSIBLE PROBLEMS

Prepaid Card Identification: Reloadable vs. Non-Reloadable Logic

Prepaid cards (gift cards, payroll cards, and virtual wallets) require specific handling in risk management systems due to their anonymous nature and limited balance. BinBase provides granular classification to distinguish between different prepaid instruments.

Prepaid Reloadable

Cards linked to a persistent account that can be topped up. These are often used for payroll or government benefits and may have more robust KYC (Know Your Customer) data associated with them.

Prepaid Non-Reloadable

Classic gift cards with a fixed balance. Often anonymous and highly volatile, representing a higher risk for card-not-present (CNP) transactions and trial abuse.

Implementation: Parsing Prepaid Sub-Types

In our database, the 5th parameter (Category) provides the specific sub-type of the prepaid instrument. This allows for automated logic in payment gateways:

Prepaid Record Structure (Extended Data)

// Syntax: BIN;Brand;Issuer;Type;Category;Country;...

407212;VISA;SUNTRUST BANK;DEBIT;PREPAID RELOADABLE;USA;US;...

525363;MASTERCARD;BANCORP BANK;DEBIT;PREPAID;USA;US;...

Risk Management Use Cases

Scenario Technical Application
Trial Abuse Prevention Blocking Non-Reloadable BINs for subscription-based services to prevent "dead" accounts.
KYC / AML Applying enhanced due diligence (EDD) to transactions originating from high-risk prepaid ranges.
Payout Routing Verifying if a BIN supports "Original Credit Transactions" (OCT) for payouts to reloadable cards.

Granular prepaid classification is part of our Standard and Extended licensing tiers.

Review Database Specifications