> For the complete documentation index, see [llms.txt](https://help.marcopayroll.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.marcopayroll.com/marco-user-guide-x4/2025/marco-platform-structure/customer-portal/manager-guide/admin-settings/bank-account.md).

# Bank Account

You can keep track of the company's bank accounts worldwide in Marco, to help with managing hiring, payments, and company costs.

**Note:** In future versions, you can bill invoices and make payments using Marco Platform.

***

## Add company bank accounts

**To add a company bank account:**

1. Go to **Admin Settings** > **Bank Account**.
2. Select **Add New**.

   The Add New Bank Info screen appears.
3. Select the Bank Country and Payment Method (Local or SWIFT).
4. Select the business entity linked with the bank account.
5. Select Create Bank Account.
6. Enter the beneficiary details, address details, and bank details.
7. Select Save Changes. The bank account has been added, and you can select the bank account to view its details.

***

## Edit company bank accounts

You can edit the beneficiary details, address details, and bank details. The bank country, payment method, and associated business entity cannot be edited.

**To edit a company bank account:**

1. Go to **Admin Settings** > **Bank Account**.
2. Under a bank account, select **Edit**.

   The Edit Bank Info screen appears.
3. Update the relevant fields.
4. Select **Save Changes**.

***

## Delete company bank accounts

If you delete a bank account, the action cannot be reversed. All deleted accounts can be viewed in Deleted Items.

**To delete a company bank account:**

1. Go to **Admin Settings** > **Bank Account**.
2. Under a bank account, select the Delete icon.

<figure><img src="/files/BIHoF0rUDcbTNhv5moto" alt=""><figcaption><p>Bank Account</p></figcaption></figure>


---

# 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://help.marcopayroll.com/marco-user-guide-x4/2025/marco-platform-structure/customer-portal/manager-guide/admin-settings/bank-account.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.
