zips-react-native-sdk-test
Version:
Lightweight ZIPS Payment Gateway SDK for React Native - Complete payment solution with card payments, wallet payments (AfrMoney & ZApp), netbanking, and native UI design
21 lines (20 loc) • 495 B
JavaScript
export const paymentMethods = [
{
id: 'bank-selection',
title: 'Netbanking',
subtitle: 'Pay with Internet Banking Account',
icon: '🏛️',
},
// {
// id: 'card-input',
// title: 'Credit/Debit Card',
// subtitle: 'Visa, Mastercard, Maestro, American express etc',
// icon: '💳',
// },
{
id: 'wallet-selection',
title: 'Wallet',
subtitle: 'Pay using a Wallet',
icon: '👛',
},
];