---
title: "Set a low balance alert for a specific Account under a Customer."
method: POST
path: "/customers/{customerIdentifier}/accounts/{accountIdentifier}/lowbalance"
tags: ["1. Customers"]
---

# Set a low balance alert for a specific Account under a Customer.

`POST /customers/{customerIdentifier}/accounts/{accountIdentifier}/lowbalance`

## Path parameters

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

## Request body

- LowBalanceAlertDTO
  - `balanceAlertDisplayName` string
  - `balanceAlertThreshold` number
  - `balanceAlertNotification` BalanceAlertContactDTO[]
    - `emailAddress` string

## Response `200`

OK

- LowBalanceAlertView
  - `createdAt` string
  - `balanceAlertID` string, uuid
  - `customerIdentifier` string
  - `accountIdentifier` string
  - `balanceAlertDisplayName` string
  - `balanceAlertThreshold` number
  - `balanceAlertNotification` BalanceAlertContactDTO[]
    - `emailAddress` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict; Duplicate Exists
- `500` — Internal Server Error

---

[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)
