Interest Optimization API REST Endpoints

Integration Services/Interest Optimization API
Interest Optimization method works by applying preferential pricing across a group of accounts on the basis of pre-determined criteria that are typically based on a net aggregate balance threshold. For example, a company with multiple credit balances distributed across its various operating centers may find that individually these balances only qualify for the lowest interest-rate tier payable on credit balances. By contrast, under an interest-Optimization arrangement, the total of these balances is used to enhance the qualifying tier of the individual balances
Adds a new interest optimization
Method: post
Path: /interest-optimization
Authorize the interest optimization by given ID
Method: patch
Path: /interest-optimization/{id}/approve
Close the interest optimization by given ID
Method: patch
Path: /interest-optimization/{id}/close
Deletes the interest optimization identified by given ID
Method: delete
Path: /interest-optimization/{id}
Get all valid interest optimization
Method: get
Path: /interest-optimization
Reject the interest optimization by given ID
Method: patch
Path: /interest-optimization/{id}/reject
Reopen the interest optimization by given ID
Method: patch
Path: /interest-optimization/{id}/reopen
Retrieves the interest optimization by given ID
Method: get
Path: /interest-optimization/{id}/history
Retrieves the interest optimization by given ID
Method: get
Path: /interest-optimization/{id}/unauthorized
Retrieves the interest optimization by ID
Method: get
Path: /interest-optimization/{id}
Retrieves the IO structure ID
Method: get
Path: /interest-optimization/getIOStructureId
Update an existing interest optimization
Method: put
Path: /interest-optimization/{id}