UNPKG

@nicotordev/flowcl-pagos

Version:

SDK en TypeScript para integrar pagos con la API de Flow.cl de manera sencilla y segura.

20 lines 470 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const flowConstants = { FLOW_PAYMENT_METHOD_CODES: { 'webpay-plus': 1, onepay: 5, mach: 15, khipu: 22, redpay: 150, flow: 9, }, FLOW_PAYMENT_STATUS_CODES: { 1: 'Pendiente', 2: 'Pagada', 3: 'Rechazada', 4: 'Anulada', }, }; exports.default = flowConstants; //# sourceMappingURL=flow.constants.js.map