Skip to content

Releases: Flutterwave/Node-v3

Add new BVN verification flow (via NIBBS)

11 Mar 12:01
a9208aa

Choose a tag to compare

Changes include:

  • [ADDED] New BVN verification flow (via NIBBS).
  • [ADDED] Unit tests for more coverage on the BVN verification, fees, and split payments.
  • [ADDED] Subaccounts parameter (optional) to card charge and PWBT requests.
  • [FIXED] Resolved "URL Not Found" Error returned from Validate Bill Service method.
  • [FIXED] Resolved "Invalid currency provided" Error returned from the Transaction fees method.

Added new payment methods

26 Jan 13:38
8280c19

Choose a tag to compare

Added new payment methods and updated validation schema

Version Changes.
[ADDED] Tanzania mobile money payment method.
[ADDED] Fawry Pay payment method.
[ADDED] Additional unit tests for Fawry Pay, Google Pay, Apple Pay, and eNaira.
[FIXED] Optional parameters in beneficiarySchema.
[ADDED] Supplementary parameters in the createBulkTransferSchema.
[ADDED] Introduced "expires" as an optional body parameter for PWBT (Pay with Bank Transfer).
[ADDED] New tests for payment plans, Charge NG Bank Account (Mono), Charge with Bank Transfer (PWBT), and Change UK & EU Bank Account.
[ADDED] Schema for USSD charge (ussdChargeSchema).
[ADDED] "status" as a body parameter in the updatePlanSchema.
[FIXED] Updated transaction tests to stub response.
[FIXED] Modified "id" in the fetchSchema to accept only integer values.
[FIXED] Adjusted "authorization.zipcode" in the cardChargeSchema to accept string values.
[FIXED] Adapted "billing_zip" in the chargeSchema to accept string values.
[FIXED] Extended the length of "account_bank" values in the transferSchema.
[FIXED] Updated the UK & USSD bank charge.
[FIXED] Revised the NG bank charge (Mono).
[REMOVED] Eliminated the "amount" parameter in the updatePlanSchema.

Hotfix: Null bank list response and 0 transfer fees

21 Jun 15:58
d9dce57

Choose a tag to compare

Hotfix on Transfer fees and Bank lists.
Version changes include:

  • Transfer fees returning 0 for all amounts.
  • Null data response for Bank lists.

Hotfix: Remove header from library response.

13 Apr 12:10
eed7d87

Choose a tag to compare

1.1.5

Add logs for hotfix v1.1.5

Scheduled updates and bug fixes

13 Apr 11:54
c10dcfd

Choose a tag to compare

Changes made in this update include:

  1. Fix empty data in the response object(fetch subscription with email).
  2. Clean up tests for subscriptions and virtual cards.
  3. Add logs and docs for the bugfixes.

Scheduled maintenance and bug fixes

29 Mar 16:51
07595c4

Choose a tag to compare

Changes made in this release include:

Bug fixes for validation, import and dependency errors.
Workflow update (review and deployment flows)
Documentation updates (Readme and changelogs)
Parameter definitions - removed redundant/outdated params.

Dependency updates

17 Mar 17:43
869b413

Choose a tag to compare

Fixed Morx error in custom service class
Updated dependecies to latest versions.

Dependency update

17 Mar 17:39
128524e

Choose a tag to compare

Fixed Morx error in Custom Request service class

Fixed dependabot errors

14 Mar 18:41
e08c68a

Choose a tag to compare

Changes made in this release include:

  • [FIXED] 103 Multiple Vulnerabilities Introduced by dependencies
  • [FIXED] 87 Amount is required for payment plan creation
  • [FIXED] 84 Cannot filter bills by category
  • [FIXED] 79 Urgent: Transactions GET endpoint or any endpoints with qs doesn't work
  • [ADDED] Support for ApplePay, GooglePay and eNaira payments.

Dependency updates and bugfixes

22 Nov 13:14
450f31e

Choose a tag to compare

Changes in this release include:

  1. dependencies update.
  2. Docs improvements.
  3. Changes to card issuing and recurring payments.