UNPKG

cbe-utils

Version:

A TypeScript utility library for CBE (Commercial Bank of Ethiopia) payment verification and transaction processing

12 lines 514 B
export declare const CBE_VERIFICATION_BASE_URL = "https://apps.cbe.com.et:100"; export declare const TRANSACTION_REFERENCE_REGEX: RegExp; export declare const TRANSACTION_URL_REGEX: RegExp; export declare const DEFAULT_MAX_TRANSACTION_AGE_HOURS = 24; export declare const PDF_EXTRACTION_PATTERNS: { readonly REFERENCE_NUMBER: RegExp; readonly PAYMENT_DATE_TIME: RegExp; readonly TOTAL_AMOUNT: RegExp; readonly RECEIVER: RegExp; readonly PAYER: RegExp; }; //# sourceMappingURL=constants.d.ts.map