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. This method accepts a new version of the request object -
AddFlexAccountLifeEvent
This method is used to add employee flex account life event information to BPS. -
DeleteEmployeeAccount
This method is used to remove employee account information to BPS. -
DeleteFlexAccountLifeEvent
This method is used to remove employee flex account life event 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. -
GetFlexAccountCoveragePeriodList
This method is used to get a list of all an employee’s flex account coverage periods given the employee’s account information. -
GetFlexAccountLifeEventList
This method is used to get a list of all an employee’s flex account life events given the employee's account information. -
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. -
UpdateFlexAccountLifeEvent
This method is used to update an employee's existing flex account life event within BPS.