wilburx9 / flutter_paystack

:credit_card: A robust Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS
https://pub.dartlang.org/packages/flutter_paystack
Apache License 2.0
206 stars 358 forks source link

Only two banks showing on dropdown list #157

Closed Karma-234 closed 1 year ago

Karma-234 commented 1 year ago

In bank checkout, the dropdown only shows two banks. GTb and zenith

Leekogram commented 1 year ago

Please can you resolve this issue, because I built an App for my company in which i used this plugin and we are about to launch and this is an issue someone raised, can we atleast know what the problem is why is it showing only two banks, mine is Gt bank and Kuda bank Only. And if there is any workaround Thanks.

Andrew-Paystack commented 1 year ago

Hey @Karma-234 @Leekogram ,

Thanks for reaching out!

This isn't an issue with the library actually. The library is working based on responses from the API.

We're showing the banks that we currently have on the platform. When more banks become available we'll definitely implement them

You can confirm this by visiting paystack.com/demo and try a transaction. You'll see the library shows the banks too.

Let me know if you have any further issues.

Leekogram commented 1 year ago

Hey @Karma-234 @Leekogram ,

Thanks for reaching out!

This isn't an issue with the library actually. The library is working based on responses from the API.

We're showing the banks that we currently have on the platform. When more banks become available we'll definitely implement them

You can confirm this by visiting paystack.com/demo and try a transaction. You'll see the library shows the banks too.

Let me know if you have any further issues.

Alright, Thanks

Hafsa-Awan commented 1 year ago

hi @Andrew-Paystack i have issue when i apply the bank method it shows the exception "pass an accessCode". i don't know why but the accessCode is only required when we initiate transaction from the backend(what I understood from flutter_paystack plugin docs)

Leekogram commented 1 year ago

hi @Andrew-Paystack i have issue when i apply the bank method it shows the exception "pass an accessCode". i don't know why but the accessCode is only required when we initiate transaction from the backend(what I understood from flutter_paystack plugin docs)

Screenshot 2023-05-03 at 4 54 05 PM
wilburx9 commented 1 year ago

@Hafsa-Awan access code is required for bank payments.

Closing this issue since the original problem has been addressed.