Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Using the Sample Adapter | Banking Functions
 
Banking Functions
The Sample Server provides the following banking functions. You use the adapter service template to create adapter service nodes that use these functions:
Function
Description
Deposit
Creates multiple cash and check deposits. When the check number is equal to or less than 0, the deposit is considered to be a cash deposit.
Bounce Check
Bounces (disapproves) a check deposit.
Clear Check
Clears (approves) a check deposit.
Get Balance
Retrieves the current balance of the specified account.
Get History
Retrieves the service history of the specified account.
Transfer
Transfers funds between two accounts. The user ID and Personal Identification Number (PIN) are authenticated against both accounts.
Withdraw
Withdraws funds from the specified account. A negative amount cannot be withdrawn.