emvco-qr-sdk
Version:
A robust TypeScript SDK for decoding, validating, and processing EMVCo-compliant QR codes used in digital payment systems.
8 lines (7 loc) • 304 B
TypeScript
/**
* Resolves the human-readable network name from a given GUI string.
*
* @param gui - The GUI string from tag 49 subtag 00 (e.g., "CO.COM.CRB.RED")
* @returns The resolved name of the network, or "Unknown" if not found.
*/
export declare function resolveAcquirerNetworkName(gui: string): string;