> For the complete documentation index, see [llms.txt](https://docs.charted.com/ap-automation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.charted.com/ap-automation/charted-configuration/payment-automation/adding-funding-sources.md).

# Adding Funding Sources

### Abstract <a href="#q9uv3lucx8wh" id="q9uv3lucx8wh"></a>

Administrators need to add new funding sources (i.e., bank accounts) so their organization can properly finance and track outgoing payments. This step simplifies payment operations, reduces errors from accidental use of the wrong account, and enables a clear audit trail for all disbursements.

This article provides a guide on how to add a new funding source. You’ll see how to specify key account details — like the account type, routing number, and starting check number — and confirm that your bank account is ready to fund checks or ACH transactions.

### Add a New Funding Source <a href="#oyybqu424elm" id="oyybqu424elm"></a>

When you add a funding source, you’re telling the system which bank account your organization plans to use for issuing checks and ACH payments. This ensures each payment is drawn from the correct account and recorded accurately.<br>

1. You must ensure your business entity has ACH or Check payment methods enabled. Follow the [Enabling ACH and Check Payment Methods](/ap-automation/charted-configuration/payment-automation/enabling-ach-and-check-payment-methods.md) guide to enable them.

2. If you see a banner on a Business Entity prompting you to create a new funding source, click the **Add a Funding Source** button to begin the process.\ <br>

   ![](https://4244775538-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDi74GwuQpTYzdGbZQFpz%2Fuploads%2F4e4CRYSizmy9FuSu0FPX%2Fimage.png?alt=media\&token=ac0381f8-2d80-4a08-bcaf-76faffeafa4a)

   1. You can also add a funding source by going to **Charted > AP Automation > Settings > Payment Automation > Funding Sources > Create Funding Source.**<br>

3. Choose the relevant option from the **Business Entity** dropdown to assign the funding source correctly. You can also start typing your **Business Entity** name to find it.<br>

4. Next, enter your bank account details. Double check all supplied details are correct, otherwise you will run into verification issues and possible payment failure.<br>
   1. Virtual Accounts are a unique type that allows you to dictate a separate funding source for **ACH** and **Check** that share the same **GL** account. For **Virtual Accounts,** the **Check** and **ACH** funding sources must already be created. <br>

5. Type a descriptive **Account Name** for the funding source so you can identify it at a glance:\ <br>

   <figure><img src="https://4244775538-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDi74GwuQpTYzdGbZQFpz%2Fuploads%2FfjXmQRIydMRkE0WaKl3D%2Fimage.png?alt=media&amp;token=594fc43e-0d8e-4046-bf5c-a35b9cef65e9" alt=""><figcaption></figcaption></figure>

   <br>

6. Enter a valid **Account Number** and **Routing Number** in their respective fields.<br>

7. If you intend to pay vendors via **Check** from this account, confirm that the **Pay via Check** option is visble and is enabled:<br>
   1. If you plan to use Checks at some point in the future, it's recommended you keep this default value checked. You can't change this value once a funding source is created. \ <br>

      <div align="left"><img src="https://4244775538-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDi74GwuQpTYzdGbZQFpz%2Fuploads%2FiipTdDzdw72y6yCLwLzZ%2Fimage.png?alt=media&amp;token=e0a050e0-84f0-4ab8-81a5-798cb93c07be" alt=""></div>

8. Now, to establish a consistent record of sequential checks, specify a starting **Next** **Check Number** (for instance, 1000). The first check sent from this account will start with this check number, each check to follow will increment this check number by one.

9. After you finish entering all account details, click the **Submit** button to finalize the new funding source:

10. The new funding source will appear in the **Funding Sources** list. Note that initially it is **Not Verified**:<br>

    <figure><img src="https://4244775538-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDi74GwuQpTYzdGbZQFpz%2Fuploads%2F6bENpYwe7tIYKX8ukSEG%2Fimage.png?alt=media&amp;token=f0d0cca4-96f4-43f9-bcd4-bd1f0527f1cb" alt=""><figcaption></figcaption></figure>

That concludes the process for creation of a new funding source. The next step is to verify the funding source.


---

# 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.charted.com/ap-automation/charted-configuration/payment-automation/adding-funding-sources.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.
