---
title: "Update Bank Account"
method: PATCH
path: "/bank_account/{account_id}"
---

# Update Bank Account

`PATCH /bank_account/{account_id}`

This endpoint can be used to update the status of an account i.e to reactivate or deactivate the account.

## Path parameters

- `account_id` string, required

## Request body

- object
  - `status` 'active' | 'inactive'

## Response `200`

200

- object
  - `data` object
    - `id` string
    - `holder_id` string
    - `holder_type` string
    - `label` string
    - `account_name` string
    - `account_number` string
    - `routing_number` string
    - `iban` unknown
    - `swift_code` unknown
    - `check_number` unknown
    - `bank_name` string
    - `bank_code` unknown
    - `bank_address` object
      - `line1` string
      - `line2` unknown
      - `city` string
      - `state` string
      - `country` string
      - `postal_code` string
    - `beneficiary_address` object
      - `line1` string
      - `line2` string
      - `city` string
      - `state` string
      - `country` string
      - `postal_code` string
    - `currency` string
    - `currency_settlement` string
    - `balance` integer
    - `credit_pending` integer
    - `debit_pending` integer
    - `block_expiry` unknown
    - `autosweep_enabled` boolean
    - `whitelist_enabled` boolean
    - `type` string
    - `kind` string
    - `status` string
    - `status_description` unknown
    - `is_deleted` boolean
    - `created_at` string
    - `updated_at` string
  - `message` string
  - `meta` unknown
  - `status` string

---

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