---
title: "Update Linked Bank Account"
method: PATCH
path: "/bank-accounts/{bankAccountID}"
tags: ["Linked Bank Accounts"]
---

# Update Linked Bank Account

`PATCH /bank-accounts/{bankAccountID}`

Updates a Linked Bank Account by bankAccountID.

## Path parameters

- `bankAccountID` string, required — The unique DriveWealth identifier that identifies each linked bank account.

## Request body

- UpdatedLinkedBankAccountReq
  - `default` boolean — True, if the bank account is the user's default bank account. Only one bank account can be set to true.
  - `status` 'ACTIVE' | 'DELETED' | 'DISABLED' — The current status of the user's external linked bank account.
  - `bankAccountDetails` object
    - `bankName` string — The bank name of the linked account.
    - `bankAddress` string — The full address of the bank where the account is linked.
    - `bankCountry` string — The country of the bank where the account is linked.
    - `accountHolderName` AccountHolderName — unresolved $ref
    - `accountHolderAddress` AccountHolderAddress — unresolved $ref
    - `accountHolderCountry` AccountHolderCountry — unresolved $ref

## Response `200`

Updating a Linked Bank Account was Successful.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
