Skip to content

IsaacSichangi/jenga

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenga API PHP Integration

Installation

Install via composer

composer require osenco/jenga

Usage

Configure the class

use Osen\Finserve\Jenga;

Jenga::init([
    "username" => "",
    "password" => "",
    "key" => ""
]);

Generate Token

Jenga::generateToken(function ($token) {
    # do something with token, like save in db
    return $token;
});

Check Account Balance

Jenga::checkAccountBalance($accountId);

Generate Mini Statement

Jenga::generateMiniStatement($accountId);

Account Inquiry

Jenga::accountInquiry($accountId);

Move Money within Equity Bank

Jenga::moveMoneyWithinEquity($data);

Move mobile Money

Jenga::moveMoneyToMobile($data);

Move RTGS Money

Jenga::moveMoneyViaRTGS($data);

Move SWIFT Money

Jenga::moveMoneyViaSWIFT($data);

Move EFT Money

Jenga::moveMoneyViaEFT($data);

Move PesaLink Money to Bank

Jenga::moveMoneyViaPesaLinkToBank($data);

Move PesaLink to Mobile Money

Jenga::moveMoneyViaPesaLinkToMobile($data);

PesaLink Inquiry

Jenga::pesaLinkInqury($phone);

Check Credit Score

Jenga::checkCreditScore($data);

Get Forex Rates

Jenga::getForexRates($countryCode, $currencyCode);

About

Jenga API PHP Integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%