> For the complete documentation index, see [llms.txt](https://docs.xplorpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xplorpay.com/merchant-portal/guides/account-updater.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
