ademakanaky/wallets-africa

PHP implementation of Wallets Africa (https://wallets.africa) API

v1.0.0 2020-05-02 17:10 UTC

This package is auto-updated.

Last update: 2025-06-29 01:42:27 UTC


README

PHP implementation of Wallets Africa (https://wallets.africa) API

Introduction

All the APIs on the platform were implemented as four main classes:

  1. Payout - for transfer of money instantly to bank accounts in Nigeria and mobile money accounts in Ghana and Kenya.

  2. Wallet - for management of wallet accounts (sub wallets created from the main or base wallet) programatically by creating, crediting and debiting of user accounts.

  3. Identity - for verifying the identity of customers with their Bank Verification Number (BVN) implemented by the Central Bank of Nigeria.

  4. Airtime - for painless Top up of customers airtime. Get fast online recharges for all the mobile networks in Nigeria.

Usage

The usage of this library is pretty straight forward. Simply create a dot env file using the dot env example provided and you are good to go. Remember to change the values where necessary most especially the api keys.