---
title: "Update Bank Account"
method: PUT
path: "/v2/accounts/{account_id}/"
tags: ["accounts"]
---

# Update Bank Account

`PUT /v2/accounts/{account_id}/`

## Path parameters

- `account_id` string, required

## Headers

- `Authorization` string, required

## Request body

- BankAccountUpdateV2
  - `routing_number` string
  - `account_number` string
  - `bank_name` string
  - `account_name` string
  - `is_active` boolean
  - `plaid_account_id` string, nullable — Plaid account ID returned after a successful Plaid Link session. Must be provided together with `plaid_access_token` — supplying only one field has no effect.
  - `plaid_access_token` string, nullable — Plaid access token associated with the account. Must be provided together with `plaid_account_id` — supplying only one field has no effect. When both fields are valid, the account status is set to `VERIFIED`.

## Response `200`

Bank account updated successfully.

- BankAccountUpdateV2
  - `routing_number` string
  - `account_number` string
  - `bank_name` string
  - `account_name` string
  - `is_active` boolean
  - `plaid_account_id` string, nullable — Plaid account ID returned after a successful Plaid Link session. Must be provided together with `plaid_access_token` — supplying only one field has no effect.
  - `plaid_access_token` string, nullable — Plaid access token associated with the account. Must be provided together with `plaid_account_id` — supplying only one field has no effect. When both fields are valid, the account status is set to `VERIFIED`.

---

[API](https://skmtc.net/upwardli/apis/api-reference.md) · [All operations](https://skmtc.net/upwardli/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upwardli/api-reference/revisions/8a237f1f704f/schema)
