---
title: "Update an Account under a specific Customer on this Platform."
method: PATCH
path: "/customers/{customerIdentifier}/accounts/{accountIdentifier}"
tags: ["1. Customers"]
---

# Update an Account under a specific Customer on this Platform.

`PATCH /customers/{customerIdentifier}/accounts/{accountIdentifier}`

## Path parameters

- `customerIdentifier` string, required
- `accountIdentifier` string, required

## Request body

- UpdateAccountCriteria
  - `displayName` string — optional, a friendly name for this account.
  - `contactEmail` string — optional, an email address for a designated representative for this account.
  - `fundingNotification` FundingNotificationCriteria[] — optional, send funding notification emails to the following address(es). A provided list replaces the existing list, an empty list clears all existing emails, and a null/omitted value leaves the list unchanged.
    - `emailAddress` string — optional, email address to send funding notifications to for this account.

## Response `200`

OK

- AccountView
  - `currentBalance` number, required
  - `contactEmail` string
  - `fundingNotification` FundingNotificationView[]
    - `emailAddress` string
  - `accountIdentifier` string, required
  - `accountNumber` string, required
  - `displayName` string, required
  - `createdAt` string, required
  - `status` string, required
  - `currencyCode` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/tangocard/apis/tango-api.md) · [All operations](https://skmtc.net/tangocard/apis/tango-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tangocard/tango-api/revisions/324ad9683921/schema)
