Perform Waived Fee Maintenance
I would like to perform maintenance on the waived fees found on the “13.Services Charges/Fees Waived Info” menu in account maintenance in Silverlake.
Steps
There is currently no direct API equivalent that replicates the full functionality of the Service Charges/Fees Waived Info menu in SilverLake.
However, you can approximate similar behavior through the following workflow:
- Identify fees that can be charged to an account
Use the SvcFeeSrch operation to retrieve the list of service fees that may apply to the account.
- Apply charges programmatically
For each applicable fee, call SvcFeeTrnAdd to create a fee charge that will post during End‑of‑Day (EOD) processing.
Referenced and Associated Operations
It is highly recommended that as part of referencing this use case that a user becomes familiar with the following jXchange operations and their function. While the user may elect to not use the listed operation as part of their programming or workflow, knowledge of the operations listed below is essential to understanding the process set forth with this use case.
Detailed information about the operation, the request structure/response, error messages and other useful information can be obtained by clicking the operation name below.
| Operation Name | Description | XSD/WSDL Container |
|---|---|---|
| SvcFeeSrch | Search for existing service fees | Inquiry |
| SvcFeeTrnAdd | Create a new service fee transaction | Transaction |
- Have a how-to question? Seeing a weird error? Get help on StackOverflow.
- Register for the Developer Office Hours where we answer technical Q&A from the audience.