> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cryptoprocessing.us/llms.txt
> Use this file to discover all available pages before exploring further.

# Add a bank account

export const Available = ({to}) => <>
    <strong>Available to <Tooltip tip="Roles determine what each user can see and do in the merchant dashboard." cta="See role descriptions" href="/merchant-administration/add-a-user#determine-which-role-to-use">roles</Tooltip></strong>:
    {to.map(role => <>{" "}<Badge color="blue">{role}</Badge></>)}
</>;

<Available to={["Owner"]} />

Before you can make withdrawals from your fiat balances, you need to add a bank account.

<Steps>
  <Step title="In your merchant dashboard, go to the Settings tab and open the Bank accounts tab." />

  <Step title="Click Add Bank Account." />

  <Step title="Fill out the form and click Submit.">
    You will be prompted for your bank account details.
  </Step>
</Steps>

<Note>
  Once submitted, CryptoProcessing will review your bank account details. This usually takes **24 to 48 hours**. If necessary, our compliance team may request additional documents through your account manager.

  When your account is verified, you can use it to withdraw fiat funds from your merchant account.
</Note>
