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:
- Go to JengaHQ (opens in a new tab)
- Sign-in and select Alerts on the Settings menu on the sidebar
- 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 Name | Description | Type |
---|---|---|
callbackType | The type of callback. In this case ALT | String |
customer.name | The customer name | String |
customer.mobileNumber | Customer mobile number | String |
customer.reference | Customer reference | String |
transaction.date | The transaction date | String |
transaction.reference | Transaction reference | String |
transaction.paymentMode | Transaction payment mode | String |
transaction.amount | Transaction amount | Number |
transaction.billNumber | Transaction bill number. This is the account number. | String |
transaction.servedBy | String | |
transaction.additionalInfo | Any additional info for the transaction | String |
transaction.orderAmount | Transaction order amount | Number |
transaction.serviceCharge | Transaction service charge | Number |
transaction.status | Transaction status | String |
transaction.remarks | Transaction remarks | String |
bank.reference | The bank system reference id | String |
bank.transactionType | Bank transaction type | String |
bank.account | Bank account | String |