@tass-tech/capacitor-redeban-qr
v1.0.7
Published
Implementación el SDK del QR de Redeban para las transferencias interbancarias.
Readme
@tass-tech/capacitor-redeban-qr
Implementación el SDK del QR de Redeban para las transferencias interbancarias.
Install
npm install @tass-tech/capacitor-redeban-qr
npx cap syncAPI
initSdkQrLibrary(...)
initSdkQrLibrary(options: { urlBase: string; publicKey: string; license: string; }) => Promise<{ isInitialized: boolean; }>| Param | Type |
| ------------- | --------------------------------------------------------------------- |
| options | { urlBase: string; publicKey: string; license: string; } |
Returns: Promise<{ isInitialized: boolean; }>
startCameraScan()
startCameraScan() => Promise<{ merchantData: { merchantName: string; totalAmount: string | null; customerLabel: string | null; idAcquirer: string; uniqueCodeMerchant: string; }; typeQR: 'static' | 'dynamic'; dataMap: string; selectorMode?: { transactionId: string; idNetworkAdquirer: string; channel: string; rrn: number; approvalNumber: number; securityCode: string; storeLabel: string; transactionAmount: number; currencyCode: string; purposeOfTransaction: string; terminal: string; merchantId: string; partySystemIdentifier: string; partyIdentifier: string; }; }>Returns: Promise<{ merchantData: { merchantName: string; totalAmount: string | null; customerLabel: string | null; idAcquirer: string; uniqueCodeMerchant: string; }; typeQR: 'static' | 'dynamic'; dataMap: string; selectorMode?: { transactionId: string; idNetworkAdquirer: string; channel: string; rrn: number; approvalNumber: number; securityCode: string; storeLabel: string; transactionAmount: number; currencyCode: string; purposeOfTransaction: string; terminal: string; merchantId: string; partySystemIdentifier: string; partyIdentifier: string; }; }>
