Account Maintenance Service API REST Endpoints
Maintenance Services/Account Maintenance Service API
This service is used to perform operations on participating accounts like retrieve list of all virtual and real accounts, update and close the account etc.
- Adds a new account
- Method: postPath:
/service/account
- Check IC accounts
- Method: getPath:
/service/lmm/account/shouldProcessIC/{branchCode}
- Close the account by given ID
- Method: patchPath:
/service/account/{accountNumber}/{branchCode}/{currency}/close
- Fetch bulk accounts by given list of account number and branch code
- Method: postPath:
/service/lmm/account/fetchBulkAccounts
- Get all valid account
- Method: getPath:
/service/account
- Get list of accounts for balance update during EOD
- Method: getPath:
/service/lmm/account/fetchAccountsEod/{eodBranchCode}
- Get list of accounts for the given customer collection
- Method: getPath:
/service/lmm/account/getLinkedAccountsForCustomers
- Get the list of linked accounts
- Method: getPath:
/service/lmm/account/getLinkedAccounts
- Get the list of virtual and real accounts for the given customer
- Method: getPath:
/service/lmm/account/commonCoreAccountfetch
- Gets the list of virtual and real accounts
- Method: getPath:
/service/account/virtualRealAccountfetch
- Reopen the account by given ID
- Method: patchPath:
/service/account/{accountNumber}/{branchCode}/{currency}/reopen
- Retrieve the audit information for the account by ID
- Method: getPath:
/service/lmm/account/{id}/history
- Retrieves the account by ID
- Method: getPath:
/service/account/{accountNumber}/{branchCode}/{currency}
- Retrieves the total balance for the given customers by currency
- Method: getPath:
/service/lmm/account/topcustomersbalances
- Retrieves the unauthorized account for the given ID
- Method: getPath:
/service/lmm/account/{id}/unauthorized
- Update an existing account
- Method: putPath:
/service/account/{accountNumber}/{branchCode}/{currency}