---
title: "Deposit Funds into Routable Balance"
method: POST
path: "/v1/settings/balance/deposit"
tags: ["Accounts"]
---

# Deposit Funds into Routable Balance

`POST /v1/settings/balance/deposit`

Moves funds from the specified `bank` `Account` into your Routable balance.

## Request body

- AccountsDepositAction — Withdraw funds from the `bank` `Account` identified in `withdraw_from_account` and adds the funds to your Routable Balance.
  - `acting_team_member` string, uuid, required — The ID of the `TeamMember` performing this action.
  - `amount` string, decimal, required — The amount of money (in USD) to deposit into the Routable balance.
  - `withdraw_from_account` string, uuid, required — The ID of the `bank` `Account` to draw funds from.

## Response `200`

OK

- AccountsAccountBalance — Balances can be used with same day and next day ACH payments
  - `object` 'Account', required — The object’s type (`Account`).
  - `id` string, uuid, required — The Account ID.
  - `created_at` string, date-time, required — The date the Account was created.
  - `is_deleted` boolean, required — Whether the Account is soft deleted.
  - `is_disabled` boolean, required — Whether the Account is disabled.
  - `is_usable_for_payables` boolean, required — Whether the Account is usable as a Payable's `withdraw_from_account`.
  - `is_usable_for_receivables` boolean, required — Whether the Account is usable as a Receivable's `receiving_account`.
  - `is_valid` boolean, required — Whether the Account is valid.
  - `ledger` AccountsAccountLedgerMeta, required — The account's metadata in your accounting software.
    - `id` string, nullable, required — The account's ID in your accounting software.
    - `payable_id` string, nullable, required
    - `receivable_id` string, nullable, required
  - `name` string, required — The Account's name.
  - `links` AccountsAccountLinks, required — Related links.
    - `self` string, uri-reference, required — Link to this object.
  - `type` 'balance', required — The type of account
  - `type_details` AccountsAccountBalanceTypeDetails, required
    - `available_amount` string, required — The amount available in your balance.
    - `is_usable` boolean, required — Whether the balance is usable.
    - `pending_amount` string, required — The amount pending in your balance.

---

[API](https://skmtc.net/routable/apis/routable-api.md) · [All operations](https://skmtc.net/routable/apis/routable-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routable/routable-api/versions/9f17a8bc982a/schema)
