AccountService
The Account Service provides the clients access to the Metavante Benefits Card account data and functionality. Currently, the operations provided by this service are on an Employee level (accounts directly linked to an employee.)
The following operations are supported. For a formal definition, please review the Service Description.
-
AddEmployeeAccount
This method is used to add employee account information to BPS. -
DeleteEmployeeAccount
This method is used to remove employee account information to BPS. -
GetDependentAccounts
This method is used to return a list of accounts for a given dependent within BPS. -
GetEmployeeAccounts
This method is used to get a list of all an employee’s accounts given the employee’s social security number or a card number. -
RemoveDependentAccount
This method is used to remove an account from a dependent within BPS. -
SetDependentAccount
This method is used to set an account to a dependent within BPS for an employee that wishes their dependent to have access with their card. -
UpdateEmployeeAccount
This method is used to update an employee's existing account within BPS.