just1and0 / React-Native-Paystack-WebView

💸💳The package allows you accept payment using paystack and guess what, it doesn't require linking! just install and begin to use 🚀
https://paystack.com
MIT License
153 stars 102 forks source link

Pay with Bank option is not showing #110

Open mittalkamal29 opened 2 years ago

mittalkamal29 commented 2 years ago

Describe the bug I am using sdk and try to pay with all three optiion but pay with bank option is not showing while it is bank option is on from paystack dashboard -> settings -> preferences.

My code as below:

<Paystack paystackKey="---------" billingEmail="-----------" amount={"25.00"} channels={["bank", "card", "ussd"]} currency={"NGN"} onCancel={(e) => { // handle response here }} onSuccess={(res) => { // handle response here }} autoStart={true} />

Screenshots ![Uploading Simulator Screen Shot - iPhone 13 - 2022-06-22 at 18.13.53.png…]()

Additional context Can you suggest how to get the the option?

Thanks