Account Parameters API REST Endpoints

Messaging Services/Account Parameters API
This service is used for account maintenance.
Adds a new account
Method: post
Path: /account
Adds a new account
Method: post
Path: /account/createLmAccount
Adds a new multiple accounts
Method: post
Path: /account/bulkLmAccount
Authorize the account by given ID
Method: patch
Path: /account/{id}/approve
Close the account by given ID
Method: patch
Path: /account/{id}/close
Deletes the account identified by given ID
Method: delete
Path: /account/{id}
Get all valid account
Method: get
Path: /account
Get List of Accounts for the given customer collection
Method: get
Path: /account/getLinkedAccounts
Gets the list of external accounts
Method: get
Path: /account/external
Gets the list of internal accounts
Method: get
Path: /account/internal
Reopen the account by given ID
Method: patch
Path: /account/{id}/reopen
Retrieves the account by ID
Method: get
Path: /account/{id}
Retrives the account by given ID
Method: get
Path: /account/{id}/history
Retrives the account by given ID
Method: get
Path: /account/{id}/unauthorized
Update account
Method: post
Path: /account/modifyAutoAuth
Update an existing account
Method: put
Path: /account/updateAccountForMt942
Update an existing account
Method: put
Path: /account/{id}
Update Balance for given account
Method: post
Path: /account/updateBalances