| Field | Data Type | Definition |
|---|---|---|
action | String | The name of the notification that occurred on the MX system. |
enabled_channels | Array | The channels the user has enabled for this notification. Possible values are in_app, email, sms, and push. |
user_email | String | When the user has enabled email notifications, this will contain the email address MX has on file, otherwise it will be empty. |
user_mobile | String | When the user has enabled SMS notifications, this will contain the mobile number MX has on file, otherwise it will be empty. |
Account-Related Notifications
| Field | Data Type | Definition |
|---|---|---|
account_number | String | The partner-provided account number. |
available_balance | Decimal | The balance the account owner has available. |
balance | Decimal | The total balance the account owner has available, including any account minimums. |
client_id | String | The unique partner-defined identifier for the institution the account belongs to. |
created_at | Integer | The date and time at which the account was created. |
currency_code | String | The three-letter ISO 4217 currency code. This value may be empty or null; in rare circumstances, it may be invalid. |
guid | String | The unique identifier for the account. Defined by MX. |
estimated_payment_due_at | Integer | The estimated day and time the payment is due. Defaults to the payment_due_at field if present and set to a future date. Otherwise, MX calculates an estimated date based on the day_payment_is_due field (typically provided by the end user). |
low_balance_threshold | Decimal | When the account is a checking or savings account, the threshold a balance would need to cross to be considered low. |
member_guid | String | The unique identifier for the member associated with this account. Defined by MX. |
minimum_payment | Decimal | When the account is a debt account (such as a credit card), the minimum payment that must be made. |
name | String | The name of the account. |
payment_due_at | Integer | The date at which the minimum payment is due. |
revision | Integer | The revision number for the account. |
updated_at | Integer | The date and time at which the account was updated. |
user_guid | String | The unique identifier for the user the account is attached to. Defined by MX. |
user_id | String | The unique partner-defined identifier for the user. |
| Type | Definition |
|---|---|
ACCOUNT_BALANCE_LOW | The account has fallen below the low_balance_threshold. |
DEBT_PAYMENT_REMINDER | The account has an upcoming debt payment that needs to be made. |
JSON
Budget-Related Notifications
| Field | Data Type | Definition |
|---|---|---|
amount | Decimal | A budget amount set by the user for a category’s transaction total during a month. |
category_guid | String | The unique identifier for the budget category. Defined by MX. |
client_id | String | The unique partner-defined identifier for the institution the account belongs to. |
created_at | Integer | The date and time the budget was created. |
guid | String | The unique identifier for the budget. Defined by MX. |
is_exceeded | Boolean | This indicates whether the budget has been exceeded. |
is_off_track | Boolean | This indicates whether the budget is off-track. |
metadata | String | Additional information a partner can store on the budget. |
name | String | The name of the budget category. |
parent_guid | String | The unique identifier for the parent budget. Defined by MX. |
projected_spending | Decimal | The projected amount of spending for the budget. |
revision | Integer | The revision number for the budget. |
transaction_total | Decimal | The cumulative amount of all transactions under the budget. |
updated_at | Integer | The date and time the budget was updated. |
user_guid | String | The unique identifier for the user the budget is attached to. Defined by MX. |
user_id | String | The unique partner-defined identifier for the user. |
| Type | Definition |
|---|---|
BUDGET_EXCEEDED | User has spent more than 100% of their budgeted amount. |
BUDGET_OFF_TARGET | User is projected to go over budget this month based on current transactions and an analysis of transaction data over the past 90 days. |
JSON
Device-Related Notifications
| Field | Data Type | Definition |
|---|---|---|
client_id | String | The unique partner-defined identifier for the institution the device belongs to. |
client_product_name | String | The display name to use for the sender of the alert. |
created_at | Integer | The date and time the device was created. |
guid | String | The unique identifier for the device. Defined by MX. |
make | String | The manufacturer of the device. |
model | String | The model of the device. |
name | String | The name of the device. |
os_name | String | The operating system the device is running. |
os_version | String | The version of the operating system the device is running. |
updated_at | Integer | The date and time at which the device was updated. |
user_guid | String | The unique identifier for the user the device is attached to. Defined by MX. |
user_id | String | The unique partner-defined identifier for the user. |
| Type | Definition |
|---|---|
DEVICE_CREATED | A mobile device has been added to a user’s account. |
DEVICE_DELETED | A mobile device has been removed from a user’s account. |
JSON
Offer-Related Notifications
| Field | Data Type | Definition |
|---|---|---|
client_id | String | The unique partner-defined identifier for the institution the offer comes from. |
client_product_name | String | The display name to use for the sender of the alert. |
created_at | Integer | The date and time at which the offer was created. |
offer | String | The text to display to the user as part of the offer. |
updated_at | Integer | The date and time at which the offer was updated. |
user_guid | String | The unique identifier for the user the offer is sent to. Defined by MX. |
user_id | String | The unique partner-defined identifier for the user. |
| Type | Definition |
|---|---|
OFFER | An offer is to be sent to a user as part of a campaign. |
JSON
Transaction-Related Notifications
| Field | Data Type | Definition |
|---|---|---|
account_guid | String | The unique identifier for the account this transaction is under. Defined by MX. |
account_name | String | The name for the account. |
account_number | String | The partner-provided account number. |
amount | Decimal | The amount the transaction is for. |
category_guid | String | The unique identifier for the transaction category. Defined by MX. |
client_id | String | The unique partner-defined identifier for the institution the transaction is a part of. |
created_at | Integer | The date and time at which the transaction was created. |
currency_code | String | The three-letter ISO 4217 currency code. This value may be empty or null; in rare circumstances, it may be invalid. |
date | Integer | The date the transaction was created. |
description | String | A short description of what the transaction is about. |
guid | String | The unique identifier for the transaction. Defined by MX. |
is_fee | Boolean | This indicates whether the transaction represents a fee. |
is_international | Boolean | This indicates whether the transaction is international. |
is_overdraft_fee | Boolean | This indicates whether the transaction represents an overdraft fee. |
member_guid | String | The unique identifier for the member associated with this transaction. Defined by MX. |
revision | Integer | The revision number for the transaction. |
status | String | The status of the transaction, if known. May be PENDING, POSTED, or empty if not known. |
transaction_threshold | Decimal | The amount that a transaction would have to be greater than to be considered large. |
type | String | The type of transaction, if known. May be DEBIT, CREDIT or empty if not known. |
updated_at | Integer | The date and time at which the transaction was updated. |
user_guid | String | The unique identifier for the user the transaction is attached to. Defined by MX. |
user_id | String | The unique partner-defined identifier for the user. |
| Type | Definition |
|---|---|
ACCOUNT_DEPOSIT_LARGE | A large deposit has been detected in an account. |
TRANSACTION_EXPENSE_LARGE | A large expense has been detected in an account. |
TRANSACTION_FEE_CHARGE | An account fee has been charged. |
TRANSACTION_IS_INTERNATIONAL | An international transaction has been detected in an account. |
JSON
User-Related Notifications
| Field | Data Type | Definition |
|---|---|---|
client_id | String | The unique partner-defined identifier for the institution the transaction is a part of. |
client_product_name | String | The display name to use for the sender of the alert. |
created_at | Integer | The date and time at which the user was created. |
email_verification_url | String | When the notification is of type EMAIL_VERIFICATION, this will be a one-time use URL that is valid for 24 hours. A GET request to this URL verifies the email address. |
first_name | String | The user’s first name. |
guid | String | The unique identifier for the user. Defined by MX. |
institution_name | String | The financial institution’s display name. |
last_name | String | The user’s last name. |
sms_verification_token | String | When the notification is of type SMS_VERIFICATION, this will be a one-time use token that is valid for 10 minutes. The user will need to input this token into the MoneyMap UI in order to validate their phone number for receiving texts. |
updated_at | Integer | The date and time at which the user was updated. |
user_id | String | The unique partner-defined identifier for the user. |
| Type | Definition |
|---|---|
EMAIL_VERIFICATION | A new email address has been added that needs to be verified. |
EMAIL_VERIFIED | A new email address has been successfully verified. |
PASSWORD_CHANGED | The user’s password has been changed. |
PASSWORD_RESET_TOKEN | A request has been made to change the user’s password. |
SMS_VERIFICATION | A new SMS-enabled mobile device has been added that needs to be verified. |
WELCOME_NEW_USER | A new user has logged into their account for the first time. |
JSON

