Guides & Tutorials
Jenga API
Account Alerts

Account Alerts

This will enable you to setup alerts which are sent when there is an activity on your account. An activity on the account can be debit, credit or both depending on the setup.

To receive Account Alerts:

  1. Go to JengaHQ (opens in a new tab)
  2. Sign-in and select Alerts on the Settings menu on the sidebar
  3. Specify the account to receive alerts, account type (debit, credit or both), username, password and callback URL you would like to receive alerts on.

Sample Request

{
  "callbackType": "ALT",
  "customer": {
    "name": "Customer Name",
    "mobileNumber": null,
    "reference": "2547xxxxx QJ50A5ZZMI 076332"
  },
  "transaction": {
    "date": "2022-10-05 14:22:48",
    "reference": " S8550312",
    "paymentMode": "MISYS",
    "amount": 5,
    "billNumber": " S8550312",
    "servedBy": "EQ",
    "additionalInfo": "254711xxxxxx QJ50A5ZZMI 076332",
    "orderAmount": 5,
    "serviceCharge": 0,
    "status": "SUCCESS",
    "remarks": "MPS 25471xxxxx4 QJ50A5ZZMI xxxxxx DONK/974361"
  },
  "bank": {
    "reference": " S8550312",
    "transactionType": "Credit",
    "account": "01xxxxxxxxxxx"
  }
}
Field NameDescriptionType
callbackTypeThe type of callback. In this case ALTString
customer.nameThe customer nameString
customer.mobileNumberCustomer mobile numberString
customer.referenceCustomer referenceString
transaction.dateThe transaction dateString
transaction.referenceTransaction referenceString
transaction.paymentModeTransaction payment modeString
transaction.amountTransaction amountNumber
transaction.billNumberTransaction bill number. This is the account number.String
transaction.servedByString
transaction.additionalInfoAny additional info for the transactionString
transaction.orderAmountTransaction order amountNumber
transaction.serviceChargeTransaction service chargeNumber
transaction.statusTransaction statusString
transaction.remarksTransaction remarksString
bank.referenceThe bank system reference idString
bank.transactionTypeBank transaction typeString
bank.accountBank accountString