React-Native-Paystack-WebView
React-Native-Paystack-WebView copied to clipboard
Pay with Bank option is not showing
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
Additional context Can you suggest how to get the the option?
Thanks