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 This API fetches all the accounts associated with the logged in customer from the associated Micro Services or T24 based on the user type. This API is invoked from client immediately after a user logs in to their 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

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.


Bookmark Name Actions
Feedback
x