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

ReactJS library for implementing paystack payment gateway

Results 43 react-paystack issues
Sort by recently updated
recently updated
newest added

Added a pre-payment functionality to the button

I've gone through the documentatio and i dont thnk its possible to implement recuring payment with authorization code.

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^17.0.2" from...

I'm new to using react-paystack, while practicing what was shown in the example, I always get this error in my console: Uncaught TypeError: n.split is not a function, and the...

I have a need to first get reference from axios call, set the reference in config then make call to make payment on axios response. Is there anyway I can...

I keep getting this error when using typescript ype '{ email: string; amount: number; currency: any; metadata: { custom_field: string[]; }; publicKey: any; text: string; onSuccess: () => void; onClose:...

When paystack script isn't loaded, throwing inside a useEffect cannot be cause. This mostly happens when there is a proxy on the internet connection. Can this be return to the...

how can implement collecting client card details within my app without redirect to paystack portal

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.

Only the default card option is showing on popup. All other payment options does not show.