MX Technologies
mx_technologiesMX Technologies provides a comprehensive API platform for aggregating and enhancing financial data, enabling seamless connections to numerous financial institutions.
Acciones disponibles (33)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Cancel Partner AccountMX_TECHNOLOGIES_CANCEL_PARTNER_ACCOUNTAcciónTool to cancel (disable) a client account under a partner account. this maps to mx platform api: put /users/{guid} with body {"user": {"is disabled": true, "metadata": "..."}}.
MX_TECHNOLOGIES_CANCEL_PARTNER_ACCOUNTAcciónTool to cancel (disable) a client account under a partner account. this maps to mx platform api: put /users/{guid} with body {"user": {"is disabled": true, "metadata": "..."}}.
Parámetros de entrada
reason_idintegerenumReason code for cancellation. Allowed values: 1 (Cost Too High), 2 (Using A Competitive Service), 3 (Not Doing Email Marketing), 11 (Something Missing Or Not Working), 12 (Doing It In-House), 14 (Poor Results), 21 (Too Difficult To Use), 27 (Canceled Online by Customer), 30 (Dissatisfied With Billing Policies).
123111214212730effective_datestringFuture cancellation timestamp in ISO 8601 format. If omitted or a past time is provided, cancellation defaults to the current date/time.
encoded_account_idstringObligatorioThe client’s MX user GUID (encoded account ID).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create accountMX_TECHNOLOGIES_CREATE_ACCOUNTAcciónTool to create a manual account for a given user. use when you need to add an external or test account to a user record.
MX_TECHNOLOGIES_CREATE_ACCOUNTAcciónTool to create a manual account for a given user. use when you need to add an external or test account to a user record.
Parámetros de entrada
accountobjectObligatorioDefines the fields for creating a manual account under a user.
user_guidstringObligatorioGUID of the user under which to create the account, must start with 'USR-'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve Audience API CredentialsMX_TECHNOLOGIES_CREATE_AUDIENCE_API_CREDENTIALSAcciónTool to retrieve audience api credentials. use when obtaining client id and client secret for audience service authentication before generating an access token. credentials must be created in the partner dashboard (partner administrator → authentication → audience api key). the tool prefers explicitly provided values, then falls back to environment variables.
MX_TECHNOLOGIES_CREATE_AUDIENCE_API_CREDENTIALSAcciónTool to retrieve audience api credentials. use when obtaining client id and client secret for audience service authentication before generating an access token. credentials must be created in the partner dashboard (partner administrator → authentication → audience api key). the tool prefers explicitly provided values, then falls back to environment variables.
Parámetros de entrada
client_idstringAudience API credential client ID (optional; falls back to env)
client_secretstringAudience API credential client secret (optional; falls back to env)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create memberMX_TECHNOLOGIES_CREATE_MEMBERAcciónTool to create a member and start aggregating specified financial products. use after confirming user guid and gathering connection credentials or oauth details.
MX_TECHNOLOGIES_CREATE_MEMBERAcciónTool to create a member and start aggregating specified financial products. use after confirming user guid and gathering connection credentials or oauth details.
Parámetros de entrada
memberobjectMember creation details; differs for OAuth vs non-OAuth flows.
user_guidstringObligatorioUser GUID prefixed with 'USR-'.
dataRequestobjectObligatorioContainer for requested products to aggregate.
enable_app2appbooleanIf false, disable deep-linking into institution mobile apps.
referral_sourcestringFor mobile OAuth only; set to 'APP'.
x_callback_payloadstringOptional base64-encoded payload echoed in member webhooks; max length 1024 chars.
client_redirect_urlstringuriURL or URI scheme for returning UI messages in OAuth flows.
ui_message_webview_url_schemestringCustom scheme for UI message webviews.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Partner AccountMX_TECHNOLOGIES_CREATE_PARTNER_ACCOUNTAcciónTool to create a new client account under a partner account. use when provisioning a new constant contact client after obtaining api key and jwt authorization.
MX_TECHNOLOGIES_CREATE_PARTNER_ACCOUNTAcciónTool to create a new client account under a partner account. use when provisioning a new constant contact client after obtaining api key and jwt authorization.
Parámetros de entrada
websiteanyuripasswordstringPassword for the account (8–80 chars). Required unless using SSO/external authenticator.
last_namestringLast name of the client account owner.
first_namestringFirst name of the client account owner.
login_namestringObligatorioUnique login; allowed characters: alphanumeric, '-', '_', '.', '+', '@'.
state_codestringRequired for US states and Canadian provinces; two-letter code.
external_idstringExternal authenticator's unique ID for the client account.
country_codestringObligatorioTwo-letter ISO 3166-1 country code.
gdpr_opt_outbooleanSet true to prevent marketing communications to the account.
idp_providerstringSSO identity provider name (use in place of password).
time_zone_idstringTime zone ID for the client's location.
contact_emailstringObligatorioValid email address for the new client account.
contact_phonestringContact phone number for the client account.
billing_localestringenumCurrency locale; 'en_US' (USD) or 'en_GB' (GBP).
en_USen_GBidp_provider_idstringSSO identity provider unique ID (use in place of password).
external_providerstringName of the external authenticator (e.g., PayPal, Yahoo).
organization_namestringOrganization name for the client account.
managed_site_ownerbooleanManaged accounts default to true; overriding to false is ignored.
organization_phonestringOrganization phone number for the client account.
partner_account_idstringPartner-defined unique identifier for billing or reporting.
enable_single_billingbooleanEnable single billing when partner account supports it and managed_site_owner is true.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Partner Account User SSOMX_TECHNOLOGIES_CREATE_PARTNER_ACCOUNT_USER_SSOAcciónTool to create a new partner account user with single sign-on enabled. use when adding an sso user under a partner client account with 'sso for all users' enabled.
MX_TECHNOLOGIES_CREATE_PARTNER_ACCOUNT_USER_SSOAcciónTool to create a new partner account user with single sign-on enabled. use when adding an sso user under a partner client account with 'sso for all users' enabled.
Parámetros de entrada
last_namestringObligatorioUser's last name
role_namestringObligatorioenumUser role; values include 'account_manager' or 'campaign_creator'
account_managercampaign_creatorfirst_namestringObligatorioUser's first name
login_namestringObligatorioUnique login name for the account
external_idstringObligatorioID that uniquely identifies the user for the external authenticator
contact_emailstringObligatorioemailUnique email to associate with the user
encoded_account_idstringObligatorioThe client account's encoded ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fetch rewardsMX_TECHNOLOGIES_FETCH_REWARDSAcciónTool to initiate rewards aggregation for a specific member. use after connecting the member to trigger an async rewards job.
MX_TECHNOLOGIES_FETCH_REWARDSAcciónTool to initiate rewards aggregation for a specific member. use after connecting the member to trigger an async rewards job.
Parámetros de entrada
user_guidstringObligatorioMX-assigned unique identifier for the user.
member_guidstringObligatorioMX-assigned unique identifier for the member.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get configurable widget URLMX_TECHNOLOGIES_GET_CONFIGURABLE_WIDGET_URLAcciónTool to retrieve a configurable widget url for a user. use after determining the user guid.
MX_TECHNOLOGIES_GET_CONFIGURABLE_WIDGET_URLAcciónTool to retrieve a configurable widget url for a user. use after determining the user guid.
Parámetros de entrada
configobjectObligatorioConfiguration options container for the widget URL
user_guidstringObligatorioThe user's GUID; must start with 'USR-' prefix
data_requestobjectOptional data aggregation request (e.g., products).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Account Numbers by MemberMX_TECHNOLOGIES_LIST_ACCOUNT_NUMBERS_BY_MEMBERAcciónTool to list account numbers for a specific member. use after obtaining user and member guids.
MX_TECHNOLOGIES_LIST_ACCOUNT_NUMBERS_BY_MEMBERAcciónTool to list account numbers for a specific member. use after obtaining user and member guids.
Parámetros de entrada
pageintegerPage number of results (>=1).
user_guidstringObligatorioMX user GUID (must start with 'USR-').
member_guidstringObligatorioMX member GUID (must start with 'MEM-').
records_per_pageintegerNumber of records per page (10-1000).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List account ownersMX_TECHNOLOGIES_LIST_ACCOUNT_OWNERSAcciónTool to list account owners associated with a member's account. use after validating user and member guids.
MX_TECHNOLOGIES_LIST_ACCOUNT_OWNERSAcciónTool to list account owners associated with a member's account. use after validating user and member guids.
Parámetros de entrada
pageintegerPage number to retrieve (>=1).
user_guidstringObligatorioUser GUID, must start with 'USR-'.
member_guidstringObligatorioMember GUID, must start with 'MEM-'.
records_per_pageintegerNumber of records per page; valid values 10-1000.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List account owners by memberMX_TECHNOLOGIES_LIST_ACCOUNT_OWNERS_BY_MEMBERAcciónTool to list account owners for a specific member. use when you have the user guid and member guid.
MX_TECHNOLOGIES_LIST_ACCOUNT_OWNERS_BY_MEMBERAcciónTool to list account owners for a specific member. use when you have the user guid and member guid.
Parámetros de entrada
pageintegerPage number for paginated results (>=1).
user_guidstringObligatorioUnique identifier for the user (prefix USR-).
member_guidstringObligatorioUnique identifier for the member.
records_per_pageintegerNumber of records per page; defaults to 25 if not provided. Valid range is 10-1000.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List accountsMX_TECHNOLOGIES_LIST_ACCOUNTSAcciónTool to list all accounts for a user. use after confirming the user guid.
MX_TECHNOLOGIES_LIST_ACCOUNTSAcciónTool to list all accounts for a user. use after confirming the user guid.
Parámetros de entrada
pageintegerPage number of results to return (1-based).
use_casestring[]Filter accounts by member use cases: 'PFM' and/or 'MONEY_MOVEMENT'.
is_manualbooleanOnly include accounts that were manually created.
user_guidstringObligatorioMX user GUID (must start with 'USR-').
records_per_pageintegerNumber of records per page (10-1000). Defaults to MX default of 25.
member_is_managed_by_userbooleanOnly include accounts whose member is managed by the user.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List budgetsMX_TECHNOLOGIES_LIST_BUDGETSAcciónTool to list budgets for a specific user. use after obtaining a valid user guid to retrieve that user’s budgets.
MX_TECHNOLOGIES_LIST_BUDGETSAcciónTool to list budgets for a specific user. use after obtaining a valid user guid to retrieve that user’s budgets.
Parámetros de entrada
user_guidstringObligatorioThe unique identifier (GUID) of the MX user.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List categoriesMX_TECHNOLOGIES_LIST_CATEGORIESAcciónTool to list all categories for a user. use when you need to fetch both default and custom categories for a given user guid.
MX_TECHNOLOGIES_LIST_CATEGORIESAcciónTool to list all categories for a user. use when you need to fetch both default and custom categories for a given user guid.
Parámetros de entrada
pageintegerPage number of results to return. Must be >= 1.
user_guidstringObligatorioThe unique identifier (GUID) of the MX user.
records_per_pageintegerNumber of records per page (10-1000). Defaults to 25.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List challengesMX_TECHNOLOGIES_LIST_CHALLENGESAcciónTool to list mfa challenges for a member. use when the member is in challenged state to retrieve prompts to answer.
MX_TECHNOLOGIES_LIST_CHALLENGESAcciónTool to list mfa challenges for a member. use when the member is in challenged state to retrieve prompts to answer.
Parámetros de entrada
pageintegerPage number for paginated results, must be >= 1.
user_guidstringObligatorioThe unique identifier (GUID) for the MX user (prefix 'USR-').
member_guidstringObligatorioThe unique identifier (GUID) for the member.
records_per_pageintegerNumber of records per page; valid range 10–1000 (default 25).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Connect Widget URLsMX_TECHNOLOGIES_LIST_CONNECT_WIDGET_URLSAcciónTool to list connect widget urls for a user. use when you need to retrieve all connect widget urls associated with a user.
MX_TECHNOLOGIES_LIST_CONNECT_WIDGET_URLSAcciónTool to list connect widget urls for a user. use when you need to retrieve all connect widget urls associated with a user.
Parámetros de entrada
configobjectOptional configuration for the widget. If provided, keys will be sent under widget_url. If a 'type' key is provided it will be mapped to 'widget_type'.
user_guidstringObligatorioThe unique identifier (GUID) of the MX user.
data_requestobjectOptional data aggregation request (e.g., { 'products': ['transactions'] }).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List favorite institutionsMX_TECHNOLOGIES_LIST_FAVORITE_INSTITUTIONSAcciónTool to list partner favorite institutions, sorted by popularity. use when you need to retrieve a paginated set of a partner's favorite institutions.
MX_TECHNOLOGIES_LIST_FAVORITE_INSTITUTIONSAcciónTool to list partner favorite institutions, sorted by popularity. use when you need to retrieve a paginated set of a partner's favorite institutions.
Parámetros de entrada
pageintegerPage number of results to return. Must be >= 1.
iso_country_codestring[]Filter by ISO country codes (e.g., ['US', 'CA']).
records_per_pageintegerNumber of records per page (10-100). Defaults to 25.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List goalsMX_TECHNOLOGIES_LIST_GOALSAcciónTool to list goals for a specific user. use after obtaining a valid user guid to view user goals.
MX_TECHNOLOGIES_LIST_GOALSAcciónTool to list goals for a specific user. use after obtaining a valid user guid to view user goals.
Parámetros de entrada
pageintegerPage number of results to return. Must be >= 1.
to_datestringReturn goals created on or before this date (YYYY-MM-DD).
from_datestringReturn goals created on or after this date (YYYY-MM-DD).
user_guidstringObligatorioThe unique identifier (GUID) of the MX user.
records_per_pageintegerNumber of records per page (1-1000).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List institution credentialsMX_TECHNOLOGIES_LIST_INSTITUTION_CREDENTIALSAcciónTool to list credential fields required by a given institution. use after selecting the institution code; supports optional pagination.
MX_TECHNOLOGIES_LIST_INSTITUTION_CREDENTIALSAcciónTool to list credential fields required by a given institution. use after selecting the institution code; supports optional pagination.
Parámetros de entrada
pageintegerPage number for pagination; must be >= 1.
institution_codestringObligatorioMX-defined code for the institution (e.g., 'mxbank').
records_per_pageintegerNumber of records per page for pagination; must be >= 1.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List institutionsMX_TECHNOLOGIES_LIST_INSTITUTIONSAcciónTool to list financial institutions supported by mx. use when you need to retrieve available institutions with optional filters like name, country code, or products; supports pagination.
MX_TECHNOLOGIES_LIST_INSTITUTIONSAcciónTool to list financial institutions supported by mx. use when you need to retrieve available institutions with optional filters like name, country code, or products; supports pagination.
Parámetros de entrada
namestringFilter to institutions whose name contains the given substring.
pageintegerPage number for pagination; must be >= 1.
iso_country_codestring[]Filter by ISO country codes (e.g., ['US', 'CA', 'MX']).
records_per_pageintegerRecords per page; valid values: 10-100. Defaults to 25; values >100 reset to 25.
supported_productsstring[]Filter by supported products; e.g., ['account_verification','identity_verification','transactions','history','statements','investments'].
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List member accountsMX_TECHNOLOGIES_LIST_MEMBER_ACCOUNTSAcciónTool to list accounts for a specific member. use when you need to retrieve all accounts associated with a given user and member guid.
MX_TECHNOLOGIES_LIST_MEMBER_ACCOUNTSAcciónTool to list accounts for a specific member. use when you need to retrieve all accounts associated with a given user and member guid.
Parámetros de entrada
pageintegerPage number of results to return (1-based).
user_guidstringObligatorioMX user GUID (must start with 'USR-').
member_guidstringObligatorioMX member GUID (must start with 'MBR-' or 'MEM-').
records_per_pageintegerNumber of records per page. Defaults to MX default if not specified.
member_is_managed_by_userbooleanFilter accounts whose member is managed by the user.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List membersMX_TECHNOLOGIES_LIST_MEMBERSAcciónTool to list members associated with a specific user. use when you need to retrieve the members for a given user guid.
MX_TECHNOLOGIES_LIST_MEMBERSAcciónTool to list members associated with a specific user. use when you need to retrieve the members for a given user guid.
Parámetros de entrada
pageintegerPage number of results to return. Must be >= 1.
use_casestring[]Filter members by one or more use cases: PFM and/or MONEY_MOVEMENT.
user_guidstringObligatorioMX-defined unique user identifier (prefix 'USR-').
records_per_pageintegerNumber of records per page (10-1000). Defaults to 25.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List rewardsMX_TECHNOLOGIES_LIST_REWARDSAcciónTool to list rewards associated with a specific user and member. use after confirming both user guid and member guid; supports pagination.
MX_TECHNOLOGIES_LIST_REWARDSAcciónTool to list rewards associated with a specific user and member. use after confirming both user guid and member guid; supports pagination.
Parámetros de entrada
pageintegerPage number for paginated results (>=1).
user_guidstringObligatorioMX-assigned unique identifier for the user.
member_guidstringObligatorioMX-assigned unique identifier for the member.
records_per_pageintegerNumber of records per page (>=1).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List statements by memberMX_TECHNOLOGIES_LIST_STATEMENTS_BY_MEMBERAcciónTool to list statements for a member. use after obtaining valid user and member guids.
MX_TECHNOLOGIES_LIST_STATEMENTS_BY_MEMBERAcciónTool to list statements for a member. use after obtaining valid user and member guids.
Parámetros de entrada
pageintegerPage number of results to return (1-based).
user_guidstringObligatorioMX user GUID (must start with 'USR-').
member_guidstringObligatorioMX member GUID (must start with 'MEM-').
records_per_pageintegerNumber of records per page (10-1000). Defaults to MX default of 25.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List taggingsMX_TECHNOLOGIES_LIST_TAGGINGSAcciónTool to list all taggings for a specific user. use when you need to fetch taggings associated with a user after obtaining their user guid.
MX_TECHNOLOGIES_LIST_TAGGINGSAcciónTool to list all taggings for a specific user. use when you need to fetch taggings associated with a user after obtaining their user guid.
Parámetros de entrada
pageintegerPage number of results to return. Must be >= 1.
user_guidstringObligatorioThe unique identifier (GUID) of the MX user (prefix USR-).
records_per_pageintegerNumber of records per page (10-1000). Defaults to 25.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List tagsMX_TECHNOLOGIES_LIST_TAGSAcciónTool to list all tags for a user. use after obtaining a valid user guid; supports pagination.
MX_TECHNOLOGIES_LIST_TAGSAcciónTool to list all tags for a user. use after obtaining a valid user guid; supports pagination.
Parámetros de entrada
pageintegerPage number of results to return. Must be >= 1.
user_guidstringObligatorioThe unique identifier (GUID) of the MX user.
records_per_pageintegerNumber of records per page (>=1).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List transactionsMX_TECHNOLOGIES_LIST_TRANSACTIONSAcciónTool to list transactions for a user. use when you need to retrieve a user's transaction history across all accounts. use after obtaining a valid user guid.
MX_TECHNOLOGIES_LIST_TRANSACTIONSAcciónTool to list transactions for a user. use when you need to retrieve a user's transaction history across all accounts. use after obtaining a valid user guid.
Parámetros de entrada
pageintegerPage number of results to return (1-based).
to_dateintegerUnix timestamp to filter transactions up to this date (inclusive).
includesstring[]Optional enhancements to include: repeating_transactions, merchants, classifications, geolocations.
use_casestring[]Allowed values: 'PFM' and/or 'MONEY_MOVEMENT'.
from_dateintegerUnix timestamp to filter transactions from this date (inclusive).
user_guidstringObligatorioThe unique identifier (GUID) of the MX user (must start with 'USR-').
to_created_atintegerUnix timestamp to filter transactions created up to this time (inclusive).
to_updated_atintegerUnix timestamp to filter transactions updated up to this time (inclusive).
from_created_atintegerUnix timestamp to filter transactions created from this time (inclusive).
from_updated_atintegerUnix timestamp to filter transactions updated from this time (inclusive).
records_per_pageintegerNumber of records per page (10-1000). Defaults to MX API default of 25 if not specified.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List transactions by memberMX_TECHNOLOGIES_LIST_TRANSACTIONS_BY_MEMBERAcciónTool to list transactions for a member. use when you have valid user and member guids and need their transactions.
MX_TECHNOLOGIES_LIST_TRANSACTIONS_BY_MEMBERAcciónTool to list transactions for a member. use when you have valid user and member guids and need their transactions.
Parámetros de entrada
pageintegerPage number of results to return (1-based).
to_dateintegerUnix timestamp to filter transactions to this date (midnight); defaults to 5 days forward.
includesstringComma-separated list of enhancements: repeating_transactions,merchants,classifications,geolocations
from_dateintegerUnix timestamp to filter transactions from this date; defaults to 120 days ago.
user_guidstringObligatorioMX user GUID (must start with 'USR-').
member_guidstringObligatorioMX member GUID (must start with 'MEM-').
to_timestampintegerUnix timestamp to filter transactions to created time.
to_created_atintegerUnix timestamp to filter transactions to created-at.
to_updated_atintegerUnix timestamp to filter transactions to updated-at.
from_timestampintegerUnix timestamp to filter transactions from created time.
from_created_atintegerUnix timestamp to filter transactions from created-at.
from_updated_atintegerUnix timestamp to filter transactions from updated-at.
records_per_pageintegerNumber of records per page (10-1000). Defaults to MX default of 25.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List usersMX_TECHNOLOGIES_LIST_USERSAcciónTool to list users. use when you need to retrieve a paginated list of user accounts with optional filters.
MX_TECHNOLOGIES_LIST_USERSAcciónTool to list users. use when you need to retrieve a paginated list of user accounts with optional filters.
Parámetros de entrada
idstringFilter by partner-defined user ID.
pageintegerPage number for paginated results (>=1).
emailstringFilter by user email.
is_disabledbooleanFilter to only disabled users.
records_per_pageintegerNumber of records per page (10-1000).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Read accountMX_TECHNOLOGIES_READ_ACCOUNTAcciónTool to retrieve details for a specific account. use after obtaining valid user and account guids to fetch up-to-date account information.
MX_TECHNOLOGIES_READ_ACCOUNTAcciónTool to retrieve details for a specific account. use after obtaining valid user and account guids to fetch up-to-date account information.
Parámetros de entrada
user_guidstringObligatorioThe unique identifier (GUID) of the MX user.
account_guidstringObligatorioThe unique identifier (GUID) of the account.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Read account balanceMX_TECHNOLOGIES_READ_ACCOUNT_BALANCEAcciónTool to retrieve the available balance for a specific account. use after confirming the user and account guids.
MX_TECHNOLOGIES_READ_ACCOUNT_BALANCEAcciónTool to retrieve the available balance for a specific account. use after confirming the user and account guids.
Parámetros de entrada
user_guidstringObligatorioMX-defined user GUID (must start with 'USR-').
account_guidstringObligatorioUnique identifier (GUID) of the account.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Read categoryMX_TECHNOLOGIES_READ_CATEGORYAcciónTool to retrieve a default category by guid. use after confirming the default category guid.
MX_TECHNOLOGIES_READ_CATEGORYAcciónTool to retrieve a default category by guid. use after confirming the default category guid.
Parámetros de entrada
category_guidstringObligatorioThe unique identifier (GUID) of the default category to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Read FDX accountMX_TECHNOLOGIES_READ_FDX_ACCOUNTAcciónTool to return details for the specified fdx account. use when you have an fdx accountid and need full account info.
MX_TECHNOLOGIES_READ_FDX_ACCOUNTAcciónTool to return details for the specified fdx account. use when you have an fdx accountid and need full account info.
Parámetros de entrada
accountIdstringObligatorioThe FDX account identifier whose details to return.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not