paystack
paystack copied to clipboard
Nodejs API wrapper for Paystack
Hi, Thanks for the amazing lib. How do I pass a callback_url manually? For example, a company that owns two financial products (a loan and a savings app), they use...
Please, I need help setting everything up i was following a tripe tutorial and getting confused because it is a bit different. pls contact me via email or WhatsApp [email protected]...
Hello. I am trying to pass a callback or handle some sort of function when there is a successful or failed payment. Here is my code: `paystack.transaction.initialize({ email: `${req.query.email}`, amount:...
I keep getting the response: { status: false, message: 'Transaction reference not found' } whenever i try to use the transaction.verify method. Please can you look into it.
Implementation of the paystack transfer recipients APIs in the library resources
The API returns **_StatusCodeError_** when making a charge request. **Fix**: The charge object in charge resource should have a POST method instead of a GET.
Hi I get this error when i try to charge with card `Required Parameters Ommited - authorization_code` But according to paystack doc for charge, its not a required param when...
So I added the charge resource that gives access to endpoints of `charge` `Paystack.charge.card()` to charge with card `Paystack.charge.bank()` to charge with bank `Paystack.charge.authorizationCode()` to charge with authorization code `Paystack.charge.submitPin()`...