Account Updater
Keep customer card information up-to-date.
The Account Updater API resource is a group of endpoints for sending and managing Account Updater requests through our Platform API. When you create an Account Updater request, Account Updater programs through the card brands automatically check and update your customers’ payment card information. Use this to keep payment information in your Customer Vault up-to-date, minimizing declines for repeat customer transactions due to expired cards, closed accounts, or reissued cards.
This page gives an overview of our Account Updater API resource and the API requests it supports. Subpages provide implementation guides for a few important 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 resource 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 resource supports the following cards:
- Visa
- Mastercard
- American Express
- Discover
Note that Account Updater's availability relies on the capabilities of the issuing bank. If you wish to confirm whether a card is eligible for Account Updater, please check with the bank.
To check the status of an Account Updater request, do any of the following:
- Subscribe to the
account_updater_request_created
webhook event to be notified when the request creation is complete. Do so via Maast Manager or a Webhooks API request. - Subscribe to the
account_updater_request_completed
webhook event to be notified when the request response is received. Do so via Maast Manager or Webhooks API request. - When you send Submit Account Updater Request, save the
request_id
value from the response. Use that value in Get Summary of an Account Updater Request to check the status of your request at any time.
This resource 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:
- Submit Account Updater Request - Create an Account Updater request for specified payment cards.
- Get a Summary of an Account Updater Request - Retrieve summary information on a specified Account Updater request.
- Cancel an Account Updater Request - Cancel a submitted Account Updater request.
See Account Updater in API Reference for the following additional functions supported by the API:
- Put on an Account Updater Harvest Hold - Exclude one or more payment cards from your Account Updater harvest.
- Release from an Account Updater Harvest Hold - Release one or more payment cards from harvest hold so that Account Updater can harvest and update their information.
- Get a Detailed List of all Account Updater Results - Get and filter data on all payment cards that your account has sent to the Account Updater engine.
- Get Account Updater Results (Full Card Number Requests) - Retrieve the results of an Account Updater request, including full card numbers and expiration dates.
- Get a Summary of All Account Updater Results - Get and filter the summarized result information for all Account Updater requests.
- Get a Detailed List of an Account Updater Request - Retrieve and filter information on all cards sent in one Account Updater request, including responses for each.
- Create an Account Updater Request Using Card IDs - Use specified payment card IDs to create an Account Updater request (restricted use).
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:
- 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.
- Harvest - On the selected day each month, Account Updater automatically harvests, checks and updates the numbers and expiration dates of card data stored in the merchant's Customer Vault.
- 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.
Updated 11 months ago