UNPKG

react-native-kora-checkout

Version:

A React Native SDK for integrating the Kora payment gateway, enabling secure and seamless payment processing in mobile applications. This SDK provides an easy-to-use interface for initializing payments, managing transaction events, and customizing payment

31 lines (30 loc) 726 B
"use strict"; export const createMobileMoneyConfig = (baseConfig, currency) => ({ ...baseConfig, currency, channels: ['mobile_money'], default_channel: 'mobile_money' }); export const MOBILE_MONEY_CONFIGS = { KENYA: { currency: 'KES', supportedNetworks: ['M-Pesa', 'Airtel', 'Equitel'] }, GHANA: { currency: 'GHS', supportedNetworks: ['MTN Momo', 'Airtel Tigo', 'Vodafone'] }, CAMEROON: { currency: 'XAF', supportedNetworks: ['MTN', 'Orange'] }, EGYPT: { currency: 'EGP', supportedNetworks: ['MTN', 'Orange', 'Moov', 'Wave'] }, IVORY_COAST: { currency: 'XOF', supportedNetworks: ['Vodafone', 'Orange', 'Etisalat'] } }; //# sourceMappingURL=Ikoraprops.js.map