> For the complete documentation index, see [llms.txt](https://support.xplorpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.xplorpay.com/account-settings/change-your-bank-account-information.md).

# Change your bank account information

Update your bank account details in Merchant Portal or submit a bank account update form.

Update your bank account information in Merchant Portal. If you cannot use the portal, submit a Bank Account Update Form.

### Update your bank account in Merchant Portal

{% stepper %}
{% step %}

#### Open bank account settings

Sign in to [Merchant Portal](https://merchantportal.xplorpay.net/).

Select **Account Settings** in the left menu. Then select **Bank Account Settings**.

<div align="left" data-with-frame="true"><figure><img src="https://2558400777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaxQLo4oSBKl35JyqH54A%2Fuploads%2FBMHvLyTG43xZteQxR7lc%2Fimage.png?alt=media&amp;token=783825a8-15c4-46ac-ac93-d012a791560e" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Add a bank account

On **My Account Information & Settings**, select **Edit All**.

At the bottom of the page, select **Add Bank Account**.

<div align="left" data-with-frame="true"><figure><img src="https://2558400777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaxQLo4oSBKl35JyqH54A%2Fuploads%2FZBgQMpH3pplkoTkvZLpX%2Fimage.png?alt=media&amp;token=84e9c19f-85b6-47a6-9849-63a3cc2898a6" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Enter banking information

Complete the following fields:

* Business bank name and the account name type: legal name, DBA, or other
* Personal or business account type and the account holder's name
* Routing number, account number, confirmed account number, and account use

Select **Checking** as the account type. Bank accounts can support deposits, fees, or chargebacks.

<div align="left" data-with-frame="true"><figure><img src="https://2558400777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaxQLo4oSBKl35JyqH54A%2Fuploads%2FJtbWpiiR1aIUPEhU3iNh%2Fimage.png?alt=media&amp;token=f7cad600-13cd-436f-81da-2ad0355a3799" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Submit the change

Scroll to the top of the page and select **Submit**.

After a successful submission, **Changes Pending Approval** appears with the proposed changes.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Bank account changes can take up to 48 hours for approval.
{% endhint %}

### Resolve bank verification errors

Merchant Portal validates the routing number and bank account. You cannot submit the form when the routing number is invalid.

If account verification fails, upload a valid voided check or a bank letter on official letterhead:

1. Select **Upload Voided Check**.
2. Select the digital image or bank letter.
3. Select **Submit** at the top of the page.

{% hint style="warning" %}
Starter checks are not valid for bank account verification.
{% endhint %}

### Submit a Bank Account Update Form

If you cannot complete the update in Merchant Portal:

1. Complete the Bank Account Update Form.
2. E-mail the completed form and a voided check or DDA letter to <bankchanges@xplorpay.com>.

Requests submitted by form are processed within 3 to 5 business days.


---

# 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://support.xplorpay.com/account-settings/change-your-bank-account-information.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.
