---
title: "Manage bank accounts (add/update/remove)"
method: PUT
path: "/v2/counterparties/{id}/bank-accounts"
tags: ["Counterparties"]
---

# Manage bank accounts (add/update/remove)

`PUT /v2/counterparties/{id}/bank-accounts`

## Path parameters

- `id` string, required

## Request body

- ManageBankAccountsDto
  - `operations` BankAccountOperationDto[], required
    - `action` 'add' | 'update' | 'remove', required
    - `id` string — Bank account UUID (required for update/remove)
    - `currency` string — ISO 4217 currency code (required for add)
    - `bank_name` string — Bank / institution name (required for add)
    - `account_name` string
    - `iban` string — IBAN (EUR / international)
    - `swift` string — SWIFT/BIC (EUR / international)
    - `routing_number` string — ABA routing number (USD)
    - `account_number` string — Account number (USD / GBP)
    - `account_type` 'checking' | 'savings' — Account type (USD)
    - `sort_code` string — Sort code (GBP)

## Response `200`

- CounterpartyBankAccountDto[]
  - `id` string, required
  - `currency` string, required
  - `bank_name` string, required
  - `account_name` string
  - `iban` string
  - `swift` string
  - `routing_number` string
  - `account_number` string
  - `account_type` string
  - `sort_code` string

---

[API](https://skmtc.net/range/apis/range-platform-api.md) · [All operations](https://skmtc.net/range/apis/range-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/range/range-platform-api/revisions/9926df2e476d/schema)
