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
getAccountPostLogin 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
getAccountDetails 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

NOTE: In this scenario, the GetAccountPostLogin 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 getAccountPostLogin and getAccountDetails APIs is the same as both the APIs are pointing to the same endpoint (Microservice). Therefore, when you invoke the getAccountPostLogin API, the output response of this API contains the account details also.

Copyright © 2020- Temenos Headquarters SA

Published on :
Tuesday, October 5, 2021 11:12:41 AM IST

Feedback
x