Card

Overview

A card is a payment instrument issued to a cardholder under a specific account. It contains all the necessary attributes to support secure transaction processing, lifecycle management, and network compliance. Each card is uniquely identified and linked to a cardholder and account, and includes metadata such as issuance details, status, and product type.

This section defines the required fields and data specifications for card records. A card represents a payment instrument issued to a cardholder and linked to a specific account. Each card record contains essential attributes that support transaction processing, lifecycle management, and compliance tracking.

Card data includes:

  • Unique identifiers for the card and associated account
  • Issuance and activation details
  • Card network and product type
  • Status indicators for card activity and assignment

These fields ensure that each card is properly issued, tracked, and managed throughout its lifecycle—from activation to expiration or closure—while maintaining alignment with regulatory and operational standards.

Field Definitions

FIELDSREQUIREDDESCRIPTIONCHARACTER LENGTHEXAMPLE
CARD IDYUnique ID of Card. Assigned by Program Manager.40CARD105523156
CARD NUMBERY16 Digit PAN (Primary Account Number)161234567891234560
CARDHOLDERIDYUnique ID for the CARDHOLDER.35CUST123456
ACCOUNT NUMBERYAccount Number that is associated the card.20ACCT1544665218889
ISSUE NETWORKNNetwork issuing the card (e.g., Visa, MasterCard).10VISA
ISSUE DATEYDate when the card was issued.Date(YYYYMMDD)20230101
ACTIVATION DATENDate when the card was activated.Date(YYYYMMDD)20230101
EXPIRATION DATENDate when the card will expire.Date(YYYYMMDD) (Send blanks if empty)20260101
CARD STATUSYAcceptable values are:
Open
Active
Lost
Stolen
Closed
25Closed
CARD STATUS DATEYThe date that the card status was updated.Date(YYYYMMDD)20230101
PRODUCT TYPENThe type of product or program name associated with the card.40Commercial Charge Card
ASSIGNMENT TYPEY/ND-Driver or V- Vehicle (one if product type is fleet) otherwise blank5V

Did this page help you?