React-Native-Paystack-WebView icon indicating copy to clipboard operation
React-Native-Paystack-WebView copied to clipboard

Pay with Bank option is not showing

Open mittalkamal29 opened this issue 2 years ago • 0 comments

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

mittalkamal29 avatar Jun 22 '22 12:06 mittalkamal29