History webhooks notify you when any new data is available after a successful history fetch. The webhook will include a count of new transactions and updated transactions.These webhooks fire only after a completed history fetch. Actions performed on the member through other endpoints will not trigger the webhook.
Field
Data type
Description
action
String
The action that triggered the webhook. For example, member_data_updated.
completed_at
Integer
The date and time when the process that triggered the webhook was finished.
completed_on
String
The date on which the process that triggered the webhook was finished.
member_guid
String
The unique identifier for the member that has new or updated transaction data. Defined by MX.
transactions_created_count
Integer
The number of newly created transactions.
transactions_updated_count
Integer
The number of newly updated transactions.
type
String
The type of webhook being delivered. Possible values include AGGREGATION, BALANCE, HISTORY, and STATEMENT.
user_guid
String
The unique identifier for the user. Defined by MX.