Skip to content

Added new payment methods

Compare
Choose a tag to compare
@corneliusyaovi corneliusyaovi released this 26 Jan 13:38
· 30 commits to master since this release
8280c19

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.