Node-v3 icon indicating copy to clipboard operation
Node-v3 copied to clipboard

NodeJS Library for Flutterwave for Business (F4B) v3 APIs

Results 74 Node-v3 issues
Sort by recently updated
recently updated
newest added

This PR resolves the issues highlighted in issues #79. How long will the process from PR -> Merge -> NPM? This PR is blocking a feature and I need to...

I've tried fetching the bill categories while applying the filters according to your API docs to no avail. No matter what I do, I still get all categories returned. https://github.com/Flutterwave/Node/blob/0ac49382ef1021972b96355497ac396f983bba1b/services/bills/rave.get.bill-categories.js#L8

"status": "error", "message": "Payment option currently unavailable. Please try another", "data": null

- Add missing ```meta``` field to Tokenized Charge payload

I added Bank account verification process to confirm bank account holder before initiating a transfer.

This PR is to fix the issue I opened [#44](https://github.com/Flutterwave/Flutterwave-node-v3/issues/44)

In javascript, the term 'POST' || 'PUT' resolves to 'POST' so when it is used in line 50 as var requestMethod = RaveUtils.initDefaultValue(payload.method, 'POST' || 'PUT'), it resolves the default...

I am trying to make a test charge and I'm getting a weird response This is the code and I basically lifted this from the docs except for a few...

This endpoint takes an account number and a bank code and returns the user's account name. This helps to ensure the right account details are been supplied by customers

- Add links to the summary section - link jumps to the precise content location within the docs,