Arrangement

Arrangements API is used to get the customer’s account related information. This information includes Account details, Balance and other interest related information. Arrangement APIs are connected to other Micro services or T24 to fetch the customer’s account details based on the user requirement.

The user must install and integrate the microservice app with the base application before consuming the Arrangement API. For more information, click here.

Name Description Introduced In
getList This API retrieves all the accounts that are associated with the customer, such as savings, deposit, and credit accounts from the associated microservice or Transact. The fetched accounts are displayed to the customer based on the account type. This API gets invoked immediately after a customer signs-in to the account. 2020.04
getDetails This API retrieves the details of a particular account. This API in invoked from client when the user selects a particular account. 2020.04
getAccountsForAdmin Retrieves all the accounts for an administrator, based on the User ID. The User ID is a unique ID that gets generated for every user after a successful login. This API provides an admin based access to accounts 2021.01
getAccountsByCustomerIDForAdmin Retrieves all the accounts for an administrator, based on the Customer ID . The Customer ID is a unique ID specific to a customer. This API provides an admin based access to accounts. 2021.01
createView This API creates a new custom view. 2021.07
getView This API fetches the list of custom view for accounts. 2021.07
updateView This API updates the data for the custom view. 2021.07
deleteView This API deletes the custom view. 2021.07
accountsPreview This API retrives the list of custom views for an account. 2021.10
Object Data Model This Object Data Model describes the parameter name and other attribute details for Arrangement.  

Click here to view the object data model.

NOTE: In this scenario, the getList API is used to fetch the account list immediately after you log in, whereas the GetAccountDetails API is used to fetch the details of a specific account in the list. The output response of the getList and getAccountDetails APIs is the same as both the APIs are pointing to the same endpoint (Microservice). Therefore, when you invoke the getList API, the output response of this API contains the account details also.

Copyright © 2020- Temenos Headquarters SA

Published on :
Monday, May 2, 2022 5:51:30 PM IST

Feedback
x