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: postPath:
/interest-optimization
- Authorize the interest optimization by given ID
- Method: patchPath:
/interest-optimization/{id}/approve
- Close the interest optimization by given ID
- Method: patchPath:
/interest-optimization/{id}/close
- Closes expired structures accounts
- Method: getPath:
/interest-optimization/process-expiry/{branchCode}
- Deletes the interest optimization identified by given ID
- Method: deletePath:
/interest-optimization/{id}
- Get all valid interest optimization
- Method: getPath:
/interest-optimization
- Reject the interest optimization by given ID
- Method: patchPath:
/interest-optimization/{id}/reject
- Reopen the interest optimization by given ID
- Method: patchPath:
/interest-optimization/{id}/reopen
- Retrieves the interest optimization by given ID
- Method: getPath:
/interest-optimization/{id}/history
- Retrieves the interest optimization by given ID
- Method: getPath:
/interest-optimization/{id}/unauthorized
- Retrieves the interest optimization by ID
- Method: getPath:
/interest-optimization/{id}
- Retrieves the Interest Optimization structure ID
- Method: getPath:
/interest-optimization/getIOStructureId
- Update an existing interest optimization
- Method: putPath:
/interest-optimization/{id}