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
- Get all Valid Account for OBDX
- Method: getPath:
/service/account
- Get all Valid Account for OBVAM
- Method: getPath:
/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
- Gets the List of Virtual and Real Accounts
- Method: getPath:
/service/account/virtualRealAccountfetch
- Gets the List of Virtual and Real Accounts for a Customer
- Method: getPath:
/service/lmm/account/commonCoreAccountfetch
- Reopen the Account by Given ID
- Method: patchPath:
/service/account/{accountNumber}/{branchCode}/{currency}/reopen
- Retrieves the Account Audit Information by Given ID
- Method: getPath:
/service/lmm/account/{id}/history
- Retrieves the Account by ID
- Method: getPath:
/service/account/{accountNumber}/{branchCode}/{currency}
- Retrieves the List of Existing Customer Balance
- Method: getPath:
/service/lmm/account/topcustomersbalances
- Retrieves the Unauthorized Account by Given ID
- Method: getPath:
/service/lmm/account/{id}/unauthorized
- Update an Existing Account
- Method: putPath:
/service/account/{accountNumber}/{branchCode}/{currency}