PanResult
interface PanResult {
pan: string;
prefix: '0011' | '9212' | '0513' | '8989' | '7312' | '9876';
seedBuffer: Buffer;
}Source: pan.ts:67
Properties
pan: string
16-digit PAN string
prefix: '0011' | '9212' | '0513' | '8989' | '7312' | '9876'
The selected BIN prefix
seedBuffer: Buffer
The combinedHash buffer — used downstream to seed the expiry HMAC-DRBG. Both PAN and expiry streams are domain-separated from this shared seed.