Is your feature request related to a problem? Please describe.
Stripe offers a number of interesting payment methods for Nigeria:
- Naira cards
- Naira bank transfers
- Naira wallet
However those new payment methods are not available in the Android SDK to be used with Mobile Payment Element.
Describe the solution you'd like
Official support of ng_card, ng_bank_transfer and ng_wallet in the SDK would really help supporting Nigerian audiences natively.
Describe alternatives you've considered
The only way to offer those payment options to users is to bypass the native experience using the SDK to use a Web view instead as the JS SDK supports those payment methods already.
Additional context
Probably a classic chicken and egg problem (no SDK support > no traffic > no priority for the SDK support)...
Is your feature request related to a problem? Please describe.
Stripe offers a number of interesting payment methods for Nigeria:
However those new payment methods are not available in the Android SDK to be used with Mobile Payment Element.
Describe the solution you'd like
Official support of
ng_card,ng_bank_transferandng_walletin the SDK would really help supporting Nigerian audiences natively.Describe alternatives you've considered
The only way to offer those payment options to users is to bypass the native experience using the SDK to use a Web view instead as the JS SDK supports those payment methods already.
Additional context
Probably a classic chicken and egg problem (no SDK support > no traffic > no priority for the SDK support)...