Base Segment ErrorsCritical
B002Invalid Account Status
The account status code is not a valid Metro 2 status
Affected Field
#8Account Status
Description
The Account Status field must contain a valid two-character status code as defined in the Metro 2 format specifications. Valid codes range from 00 to 97 and indicate the current condition of the account (current, delinquent, paid, charged off, etc.). Invalid status codes will cause the record to be rejected.
Common Causes
- Using status codes from other systems
- Typos in status code
- Using deprecated status codes
- Incorrect business logic mapping
How to Fix
- 1Use only valid Metro 2 status codes
- 2Map internal statuses to appropriate Metro 2 codes
- 3Refer to Metro 2 format guide for valid codes
- 4Validate status codes before file generation
Examples
Invalid
99Valid
1199 is not a valid status code; 11 indicates current account
Related Errors
More Base Segment Errors
Catch Errors Before Submission
Metro2 software validates every field and catches errors like B002 before you submit to the credit bureaus.