Public
Documentation Settings

JengaAPI

Authorization

POSTGet Your JengaWS Access Token

https://sandbox.jengahq.io/identity-test/v2/token

After you generate you API key :key+: you will use this service to enable your application or service (or organization) access the Jenga resources [smart way of saying 'Jenga services'] you have been granted access to

Bodyurlencoded
username

0582910862

password

vLcQDQwDYF1hOU9Xiq3O16DGtJgBlIcT

Example Request
curl
curl --location 'https://sandbox.jengahq.io/identity-test/v2/token' \
--data-urlencode 'username=0582910862' \
--data-urlencode 'password=ce0NHpa7ZaxmOFkbEbULABpu412fS4NQa'
Example Response
json
{
  "token_type": "bearer",
  "issued_at": "1544530178450",
  "expires_in": "3599",
  "access_token": "cOmjobRAxH1oSqFuQB1bbdUp546x"
}
Date

Thu, 20 Dec 2018 10:29:08 GMT

Content-Type

application/json

Content-Length

213

Connection

keep-alive

Account Services

GETAccount Balance

https://sandbox.jengahq.io/account-test/v2/accounts/balances/KE/0011547896523

This web service enables an application or service retrieve the current and available balance of an account

HEADERS
Authorization

Bearer 716iTk7PFteWC8GBGXcOG9l2ZkGr

signature

vtU9bsRz0WSBrjLYY4dbqloUd0bk7mE6rYa80jxJls7R++YA5hStZIh8mZkMFwQ4UEfXIwQQES8DpP0H9lhyt62ftLf3i6M4WcI31KV4VK2w2Wqf7ZVouw1pYbitWuMcoEQc0YUHBUPMFVmuO8N82ns72914Oms3iOlxg9/pkC1W/FWCHQAOq8RWNGFpmsufEtEnKUOUKAsj0+yVrJ1fpUEpqG2I5hVipz0/c0RVAhuHnTH+/YY6n7jCraSUMMGSfgUDPwY7WgaVfMVv30UTKsq6a0JEdsvOeUVr4jDao+WLK4W6cv3S2vJSDex5lmnQykFptWeVZn0u0PsPu1aTfw==

Example Request
curl
curl --location 'https://sandbox.jengahq.io/account-test/v2/accounts/balances/KE/0011547896523' \
--header 'Authorization: Bearer 716iTk7PFteWC8GBGXcOG9l2ZkGr' \
--header 'signature: vtU9bsRz0WSBrjLYY4dbqloUd0bk7mE6rYa80jxJls7R++YA5hStZIh8mZkMFwQ4UEfXIwQQES8DpP0H9lhyt62ftLf3i6M4WcI31KV4VK2w2Wqf7ZVouw1pYbitWuMcoEQc0YUHBUPMFVmuO8N82ns72914Oms3iOlxg9/pkC1W/FWCHQAOq8RWNGFpmsufEtEnKUOUKAsj0+yVrJ1fpUEpqG2I5hVipz0/c0RVAhuHnTH+/YY6n7jCraSUMMGSfgUDPwY7WgaVfMVv30UTKsq6a0JEdsvOeUVr4jDao+WLK4W6cv3S2vJSDex5lmnQykFptWeVZn0u0PsPu1aTfw=='
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETAccount MINI Statement

https://sandbox.jengahq.io/account-test/v2/accounts/ministatement/KE/0011547896523

This service will return the last (10) ten transactions of a given account number. Its a super efficient service compared to the fullstatement web service.

HEADERS
Authorization

Bearer 716iTk7PFteWC8GBGXcOG9l2ZkGr

signature

vtU9bsRz0WSBrjLYY4dbqloUd0bk7mE6rYa80jxJls7R++YA5hStZIh8mZkMFwQ4UEfXIwQQES8DpP0H9lhyt62ftLf3i6M4WcI31KV4VK2w2Wqf7ZVouw1pYbitWuMcoEQc0YUHBUPMFVmuO8N82ns72914Oms3iOlxg9/pkC1W/FWCHQAOq8RWNGFpmsufEtEnKUOUKAsj0+yVrJ1fpUEpqG2I5hVipz0/c0RVAhuHnTH+/YY6n7jCraSUMMGSfgUDPwY7WgaVfMVv30UTKsq6a0JEdsvOeUVr4jDao+WLK4W6cv3S2vJSDex5lmnQykFptWeVZn0u0PsPu1aTfw==

Example Request
curl
curl --location 'https://sandbox.jengahq.io/account-test/v2/accounts/ministatement/KE/0011547896523' \
--header 'Authorization: Bearer 716iTk7PFteWC8GBGXcOG9l2ZkGr' \
--header 'signature: vtU9bsRz0WSBrjLYY4dbqloUd0bk7mE6rYa80jxJls7R++YA5hStZIh8mZkMFwQ4UEfXIwQQES8DpP0H9lhyt62ftLf3i6M4WcI31KV4VK2w2Wqf7ZVouw1pYbitWuMcoEQc0YUHBUPMFVmuO8N82ns72914Oms3iOlxg9/pkC1W/FWCHQAOq8RWNGFpmsufEtEnKUOUKAsj0+yVrJ1fpUEpqG2I5hVipz0/c0RVAhuHnTH+/YY6n7jCraSUMMGSfgUDPwY7WgaVfMVv30UTKsq6a0JEdsvOeUVr4jDao+WLK4W6cv3S2vJSDex5lmnQykFptWeVZn0u0PsPu1aTfw=='
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTAccount Full Statement

https://sandbox.jengahq.io/account-test/v2/accounts/fullstatement

This web service enables the Jengi to retrieve the full set of transactions :page-with-curl+: on a particular account based on a specified date range.

HEADERS
Authorization

Bearer 716iTk7PFteWC8GBGXcOG9l2ZkGr

Content-Type

application/x-www-form-urlencoded

signature

vtU9bsRz0WSBrjLYY4dbqloUd0bk7mE6rYa80jxJls7R++YA5hStZIh8mZkMFwQ4UEfXIwQQES8DpP0H9lhyt62ftLf3i6M4WcI31KV4VK2w2Wqf7ZVouw1pYbitWuMcoEQc0YUHBUPMFVmuO8N82ns72914Oms3iOlxg9/pkC1W/FWCHQAOq8RWNGFpmsufEtEnKUOUKAsj0+yVrJ1fpUEpqG2I5hVipz0/c0RVAhuHnTH+/YY6n7jCraSUMMGSfgUDPwY7WgaVfMVv30UTKsq6a0JEdsvOeUVr4jDao+WLK4W6cv3S2vJSDex5lmnQykFptWeVZn0u0PsPu1aTfw==

Bodyraw
{
   "countryCode": "KE",
   "accountNumber": "0011547896523",
   "fromDate": "2018-01-18",
   "toDate": "2018-04-19",
   "limit": 3,
   "reference": "",
   "serial": "",
   "postedDateTime": "",
   "date": "",
   "runningBalance": {
      "currency": "",
      "amount": 0.0
   }
}
Example Request
curl
curl --location 'https://sandbox.jengahq.io/account-test/v2/accounts/fullstatement' \
--header 'Authorization: Bearer 716iTk7PFteWC8GBGXcOG9l2ZkGr' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'signature: vtU9bsRz0WSBrjLYY4dbqloUd0bk7mE6rYa80jxJls7R++YA5hStZIh8mZkMFwQ4UEfXIwQQES8DpP0H9lhyt62ftLf3i6M4WcI31KV4VK2w2Wqf7ZVouw1pYbitWuMcoEQc0YUHBUPMFVmuO8N82ns72914Oms3iOlxg9/pkC1W/FWCHQAOq8RWNGFpmsufEtEnKUOUKAsj0+yVrJ1fpUEpqG2I5hVipz0/c0RVAhuHnTH+/YY6n7jCraSUMMGSfgUDPwY7WgaVfMVv30UTKsq6a0JEdsvOeUVr4jDao+WLK4W6cv3S2vJSDex5lmnQykFptWeVZn0u0PsPu1aTfw==' \
--data '{
   "countryCode": "KE",
   "accountNumber": "0011547896523",
   "fromDate": "2018-01-18",
   "toDate": "2018-04-19",
   "limit": 3,
   "reference": "",
   "serial": "",
   "postedDateTime": "",
   "date": "",
   "runningBalance": {
      "currency": "",
      "amount": 0.0
   }
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers