react-paystack icon indicating copy to clipboard operation
react-paystack copied to clipboard

Currency not supported

Open AdzeB opened this issue 4 years ago • 9 comments
trafficstars

Hello, I am currently facing an issue whenever the button is clicked it shows currency not supported, any idea to solve this issue

Thank you for the work.

AdzeB avatar Oct 30 '21 20:10 AdzeB

@AdzeB can you share screenshot? Also, is this currency among list of currencies enabled for your integration?

iamraphson avatar Oct 30 '21 20:10 iamraphson

image

AdzeB avatar Oct 30 '21 20:10 AdzeB

I can only use ZAR.

AdzeB avatar Oct 30 '21 21:10 AdzeB

@AdzeB can you send screenshot of the checkout error?

iamraphson avatar Oct 30 '21 21:10 iamraphson

image This is what I get

AdzeB avatar Oct 30 '21 22:10 AdzeB

Hello, Please send an email to [email protected]. This looks like a paytack system error

iamraphson avatar Oct 30 '21 22:10 iamraphson

Ohh, Thank you very much.

AdzeB avatar Oct 30 '21 22:10 AdzeB

Was the above issue solved?. Am getting the same error but on console there is a 400 error.

Brian-mula avatar Dec 04 '23 14:12 Brian-mula

Hi. I also had the same issue. To fix it, add the following to your config variable with the currency: const config = { ..., currency: }

Thatguycalledcoder avatar Jan 25 '24 17:01 Thatguycalledcoder