AdjudicationService
The Adjudication Service provides clients adjudication functionality such as updating a transaction’s status, creating a recurring expense, and viewing a transaction’s history. This allows Administrators the ability to integrate their existing systems with the Metavante Benefits Card accounts POS system in real time.
The following operations are supported. For a formal definition, please review the Service Description.
-
CreateRecurringExpense
This method is used to create a recurring expense using an existing transaction as a template. Note that the transaction must be a force post. -
GetRecurringExpenses
This method is used to get a list of all the recurring expenses that were created from a given transaction. It can be used to verify the results of the CreateRecurringExpense operation. -
GetTransactionInfo
This method is used to provide information about the current status of a given transaction. It can be used to check the status of a transaction before or after trying to update the transaction. -
UpdateTransactionStatus
Adjudication is normally performed within the TPA’s application. If desired, the TPA can utilize the UpdateTransactionStatus web method to update a transaction’s status.