tolu360 / react-native-paystack

React Native Wrapper for the Paystack Native Mobile SDKs
162 stars 46 forks source link

Currency Error when using chargeCard function #40

Open kwamesarpong opened 4 years ago

kwamesarpong commented 4 years ago

In trying to use the chargeCard function, an a "Currency not supported by merchant" error is obtained as a response every time even though the correct currency parameters are being passed as part of the request object.

steveamaza commented 4 years ago

To add to this, the request doesn't get to the Paystack API and the test keys work fine with other payment methods such as Paystack Inline. Will test further and update this issue