emvco-qr-sdk
Version:
A robust TypeScript SDK for decoding, validating, and processing EMVCo-compliant QR codes used in digital payment systems.
20 lines (19 loc) • 640 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ACQUIRER_NETWORK_GUI_MAP = void 0;
/**
* 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).
*/
exports.ACQUIRER_NETWORK_GUI_MAP = {
'CO.COM.ACH.RED': 'ACH',
'CO.COM.BRC.RED': 'Banco de la República',
'CO.COM.CRB.RED': 'Credibanco',
'CO.COM.MCCA.RED': 'Mastercard',
'CO.COM.RBM.RED': 'Redeban',
'CO.COM.SVB.RED': 'Servibanca',
'CO.COM.VCSS.RED': 'Visa',
'CO.COM.VISI.RED': 'Visionamos',
};