# Account Updater

The Account Updater service retrieves updated card information from card brands and automatically refreshes card-on-file data to ensure successful, up-to-date payments. This paid service automatically updates card tokens with the latest debit or credit card information stored in our vault. These updated tokens can be used to process payments, such as [recurring payments](https://docs.xplorpay.com/api-reference/api/payments/recurring-payments-service).

{% hint style="success" %}
The Account Updater service is available for the following card brands:

<i class="fa-credit-card">:credit-card:</i> [**Visa**](https://en.wikipedia.org/wiki/Visa_Inc.): Updates every Tuesday and Thursday

<i class="fa-credit-card">:credit-card:</i> [**MasterCard**](https://en.wikipedia.org/wiki/Mastercard): Updates every seven days

<i class="fa-credit-card">:credit-card:</i> [**Amex**](https://en.wikipedia.org/wiki/American_Express): Updates daily
{% endhint %}

The Merchant Processing Application includes the Account Updater service pricing and authorization. This service has a one-time configuration setting and fee.

{% hint style="warning" %}
The Account Updater service doesn’t report card updates directly. To see how many cards have been updated, review the statements generated periodically.
{% endhint %}

For more information, see the following article:

* [Checking card updates](/merchant-portal/guides/account-updater/checking-card-updates.md): find when a saved card was last refreshed in the Merchant Portal.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.xplorpay.com/merchant-portal/guides/account-updater.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
