| Bookmark Name | Actions |
|---|
Alerts Manager
| Name | Description | Introduced In |
|---|---|---|
| getUnreadNotificationsCount | This API fetches the count of unread notifications. This API is used in Online Banking (OLB). | 2020.04 |
| getCustomerAccountAlertPreference | This API fetches the account alert preferences of the customer. | 2020.04 |
|
Description: |
This API fetches the count of unread notifications. This API is used in Online Banking (OLB). |
|
Method: |
Custom Verb |
|
URL: |
/services/data/v1/RBObjects/operations/Notifications/getUnreadNotificationCount |
|
Security Level: |
Authenticated App User |
|
Body Request: |
None |
|
Response |
Parameters unreadNotificationCount Specifies the count of unread notifications. Notifications Specifies a collection of notifications. {
"Notifications":[
{
"unreadNotificationCount":"192"
}
],
"opstatus":0,
"httpStatusCode":0
}
|
|
Description: |
This API fetches the count of unread notifications. This API is used in Online Banking (OLB). |
|
Method: |
Custom Verb |
|
URL: |
/v1/RBObjects/operations/DbxUserAlerts/getCustomerAccountAlertPreference |
|
Security Level: |
Authenticated App User |
|
Body Request: |
None |
|
Response |
Parameters /accountInfo Specifies an array of the accounts JSON object. /accountInfo/accountID Specifies the unique ID of the account. /accountInfo/transactionCurrency Specifies the currency used while performing the transactions. /accountInfo/nickName Specifies the nickname of the account. /accountInfo/accountType Specifies the type of account such as Savings account, Debit account, Loans account, and so on. /accountInfo/isEnabled Specifies whether the Alerts feature is enabled. The value is Boolean. /accountInfo/bankName Specifies the name of the bank. {
"accountInfo":[
{
"accountID":"190128223241502",
"transactionCurrency":"USD",
"nickName":"My Checking",
"accountType":"Savings",
"isEnabled":"true",
"bankName":"Infinity"
},
{
"accountID":"190128223242830",
"transactionCurrency":"USD",
"nickName":"My Checking",
"accountType":"Checking",
"isEnabled":"false",
"bankName":"Infinity"
},
{
"accountID":"190128223244156",
"transactionCurrency":"USD",
"nickName":"My Credit Card",
"accountType":"CreditCard",
"isEnabled":"false",
"bankName":"Infinity"
},
{
"accountID":"190128223246822",
"transactionCurrency":"USD",
"nickName":"Turbo Auto Loan",
"accountType":"Loan",
"isEnabled":"false",
"bankName":"Infinity"
},
{
"accountID":"190128223245490",
"transactionCurrency":"USD",
"nickName":"12 Months Term Deposit",
"accountType":"Deposit",
"isEnabled":"false",
"bankName":"Infinity"
}
],
"isAlertsAccountNumberLevel":"true",
"opstatus":0,
"httpStatusCode":"0"
}
|
Add Bookmark
save your best linksView Bookmarks
Visit your best linksIn this topic
Are you sure you want to log-off?