Account Updater

Keep customer card information up-to-date.

The Account Updater API service is a method for sending and managing account updater requests through our Platform API. Account updater programs automatically check and update the numbers and expiration dates of your customers’ U.S.-issued payment cards. Use the service to keep payment information in your Vault up-to-date, minimizing the number of declines you receive for repeat customer transactions due to expired cards, closed accounts, or reissued cards.

This page gives an overview of our Account Updater API service and the requests it supports. Subpages provide implementation guides for a few important Account Updater requests. See Account Updater in our API Reference for endpoints and details on all supported transactions. To manage the service through the Maast Manager portal, see Account Updater in Maast Manager.


Features

The Account Updater API service has the following benefits:

  • Prevents declined payments - By keeping card information up-to-date, it helps prevent declined payments and related delays in receiving payments.
  • Updates frequently - Based on the configured day of the month, the service harvests cards once a month and sends a request for updated information to the card brands for the harvested cards. It will automatically update the card information on file based on the results.
  • Under control - You can add cards to the harvest and remove them or place them on a temporary hold from harvest at any time.
  • Lightens your workload - The API reduces your need to contact customers to manually update their payment card information.

The service supports the following U.S.-issued cards:

  • Visa
  • Mastercard
  • American Express
  • Discover

To check the status of an Account Updater request, you can do any of the following:

  • Subscribe to the account_updater_request_created webhook event to be notified when the request creation is complete.
  • Subscribe to the account_updater_request_completed webhook event to be notified when the request response is received.
  • Use the request_id to send a Get Summary of an Account Updater Request query to check the status of your request at any time.

This service supports several requests. We offer API reference for all supported requests and detailed implementation guides for some.

We have guides for the following API functions:

See Account Updater in API Reference for the following additional functions supported by the API:


How It Works

Account updater is activated through the Maast Manager portal. After that, it can be managed through either the portal or API requests. The workflow is as follows:

  1. Sign Up - The merchant signs in to the Maast Manager portal and enables Account Updater. They agree to accept the associated fees, and they set the day of the month for Account Updater to harvest cards.
  2. Harvest - On the selected day each month, Account Updater automatically harvests, checks and updates card information in the merchant's Vault.
  3. Configure - Optionally, the merchant can further configure or cancel harvests and get reports on the process. They can do so using the portal, Account Updater API requests, and/or Webhooks API requests.