---
title: "Update bank account"
method: PATCH
path: "/v2/accounts/{accountId}/bank-accounts/{schemeName}"
tags: ["Bank accounts"]
---

# Update bank account

`PATCH /v2/accounts/{accountId}/bank-accounts/{schemeName}`

Update a bank account given its Pismo account ID and scheme name in the path.

To read about Pismo's banking offerings, see [Banking overview](https://developers.pismo.io/pismo-docs/docs/banking-overview).

This endpoint generates a <a href="https://developers.pismo.io/events/docs/intl-bankaccounts-intl-bankaccount-update-1">Bank account updated</a> event.

## Path parameters

- `accountId` string, required
- `schemeName` 'IBAN' | 'UK-SCAN' | 'BRAZIL' | 'BBAN' | 'ACH' | 'FEDWIRE' | 'CLABE', required

## Headers

- `Authorization` string, required

## Request body

- IntlbankaccountsUpdateIntlBankAccountRequest
  - `metadata` Metadata — A set of key-value pairs used to store custom data or additional information.<br> **Note**: This field must not be used to send Personally Identifiable Information (PII), Payment Card Industry (PCI) data, or any sensitive/regulated information. Metadata fields are intended for operational, non-sensitive data only. For sensitive data, use the specific parameters designed for that purpose. For more information, refer to [Get started with Pismo APIs](https://developers.pismo.io/pismo-docs/reference/get-started-with-pismo-apis).
  - `scheme` object, required — Scheme-specific fields

## Response `204`

Response does not contain a body in case of successful update

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not
- `500` — Internal Server

---

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