{"id":43398981,"url":"https://github.com/flutterwave/node-v3","last_synced_at":"2026-05-01T12:01:36.816Z","repository":{"id":37082741,"uuid":"272954956","full_name":"Flutterwave/Node-v3","owner":"Flutterwave","description":"NodeJS Library for Flutterwave for Business (F4B) v3 APIs","archived":false,"fork":false,"pushed_at":"2026-04-24T10:11:23.000Z","size":1052,"stargazers_count":46,"open_issues_count":20,"forks_count":41,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-04-24T12:10:00.058Z","etag":null,"topics":["flutterwave-node","node","nodejs","payment","payment-gateway","payments","rave-node"],"latest_commit_sha":null,"homepage":"https://developer.flutterwave.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flutterwave.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-06-17T11:20:37.000Z","updated_at":"2026-04-24T10:09:02.000Z","dependencies_parsed_at":"2026-02-05T14:01:16.340Z","dependency_job_id":null,"html_url":"https://github.com/Flutterwave/Node-v3","commit_stats":null,"previous_names":["flutterwave/node-v3","flutterwave/node","flutterwave/flutterwave-node-v3"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/Flutterwave/Node-v3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flutterwave%2FNode-v3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flutterwave%2FNode-v3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flutterwave%2FNode-v3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flutterwave%2FNode-v3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flutterwave","download_url":"https://codeload.github.com/Flutterwave/Node-v3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flutterwave%2FNode-v3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32495949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flutterwave-node","node","nodejs","payment","payment-gateway","payments","rave-node"],"created_at":"2026-02-02T14:59:15.530Z","updated_at":"2026-05-01T12:01:36.338Z","avatar_url":"https://github.com/Flutterwave.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg title=\"Flutterwave\" height=\"200\" src=\"https://flutterwave.com/images/logo/full.svg\" width=\"50%\"/\u003e\n\u003c/p\u003e\n\n# Flutterwave v3 NodeJS Library\n\n![npm](https://img.shields.io/npm/v/flutterwave-node-v3)\n![npm](https://img.shields.io/npm/dt/flutterwave-node-v3)\n![NPM](https://img.shields.io/npm/l/flutterwave-node-v3)\n\n## Introduction\n\nThe Node library provides easy access to Flutterwave for Business (F4B) v3 APIs for your Node apps. It abstracts the complexity involved in direct integration and allows you to make quick calls to the APIs.\nAvailable features include:\n\n- Collections: Card, Account, Mobile money, Bank Transfers, USSD, Apple Pay, Google Pay, Fawry Pay, eNaira.\n- Payouts and Beneficiaries.\n- Recurring payments: Tokenization and Subscriptions.\n- Split payments\n- Card issuing\n- Transactions dispute management: Refunds and Chargebacks.\n- Transaction reporting: Collections, Payouts, Settlements, Refunds, Chargebacks and Transaction timeline.\n- Bill payments: Airtime, Data bundle, Cable, Power, Toll, E-bills, and Remitta.\n- Identity verification: Resolve bank account, resolve BVN information and generate OTP.\n\n## Table of Contents\n\n1. [Requirements](#requirements)\n2. [Installation](#installation)\n3. [Initialization](#initialization)\n4. [Usage](#usage)\n5. [Testing](#testing)\n6. [Debugging Errors](#debugging-errors)\n7. [Support](#support)\n8. [Contribution guidelines](#contribution-guidelines)\n9. [License](#license)\n10. [Changelog](/CHANGELOG.md)\n\n## Requirements\n\n1. Flutterwave for business (F4B) [API Keys](https://developer.flutterwave.com/docs/integration-guides/authentication)\n2. Node 18 or higher.\n\n## Installation\n\nTo install the package, run the following command in your Node terminal:\n\n```sh\nnpm install flutterwave-node-v3\n```\n\n## Initialization\n\n```javascript\nconst Flutterwave = require('flutterwave-node-v3');\nconst flw = new Flutterwave(\n  process.env.FLW_PUBLIC_KEY,\n  process.env.FLW_SECRET_KEY,\n);\n```\n\nFor staging (Test environment), use the TEST API Keys and for production (Live environment), use LIVE API KEYS.\nYou can get your process.env.FLW_PUBLIC_KEY and process.env.FLW_SECRET_KEY from the Flutterwave dashboard. Read the [requirement section](#requirements) for more information on how to get your API keys.\n\n## Usage\n\n1. [Collections](documentation/collections.md)\n2. [Tokenization](documentation/tokenization.md)\n3. [Subscriptions](documentation/subscription.md)\n4. [Transfers](documentation/transfers.md)\n5. [Virtual Account](documentation/virtualAccount.md)\n6. [Bill payments](documentation/billPayments.md)\n7. [Transactions and reporting](documentation/transactions.md)\n8. [Beneficiaries](documentation/beneficiary.md)\n9. [Banks](documentation/banks.md)\n10. [Settlements](documentation/settlements.md)\n11. [OTP](documentation/otp.md)\n12. [Ebills](documentation/ebills.md)\n13. [Misc](documentation/misc.md)\n14. [Virtual Cards](documentation/virtualCard.md)\n15. [Collection Subaccounts](documentation/subaccount.md)\n16. [Payment-plan](documentation/payment-plan.md)\n\n## Testing\n\nAll of the libraries tests are run on Mocha. Available tests include `rave.bank.test`, `rave.beneficiaries.test`, `rave.bills.test`, `rave.charge.test`, `rave.ebills.test`, `rave.settlements.test`, `rave.subscriptions.test`. They can be run by running the test command in your terminal.\n\n```sh\nnpm run test or npm test\n```\n\n## Debugging Errors\n\nWe understand that you may run into some errors while integrating our library. You can read more about our error messages [here](https://developer.flutterwave.com/docs/integration-guides/errors).\nFor `authorization` and `validation` error responses, double-check your API keys and request. If you get a `server` error, kindly engage the team for support.\n\n## Support\n\nFor additional assistance using this library, contact the developer experience (DX) team via [email](mailto:developers@flutterwavego.com) or on [slack](https://bit.ly/34Vkzcg).\nYou can also follow us [@FlutterwaveEng](https://twitter.com/FlutterwaveEng) and let us know what you think 😊.\n\n## Contribution guidelines\n\nRead more about our community contribution guidelines [here](/CONTRIBUTING.md)\n\n## License\n\nBy contributing to this library, you agree that your contributions will be licensed under its [MIT license](/LICENSE).\nCopyright (c) Flutterwave Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflutterwave%2Fnode-v3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflutterwave%2Fnode-v3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflutterwave%2Fnode-v3/lists"}