UNPKG

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) 264 B
/** * Map of GUI codes used by Acquirer Networks in Colombia * to their corresponding human-readable names. * * Based on Table 1.4 of the Colombian QR EMVCo specification (v1.3, 2024). */ export declare const ACQUIRER_NETWORK_GUI_MAP: Record<string, string>;