---
title: "Set status (blacklist)"
method: POST
path: "/blacklist/status"
tags: ["Consumer"]
---

# Set status (blacklist)

`POST /blacklist/status`

## Request body

- object[]
  - `name` 'email' | 'card' | 'accountNumber' | 'consumer' | 'ip' | 'phone', required — Type of identifier
  - `value` string, required — Value corresponding to the identifier type

## Response `200`

OK

- object — Status of the selected identifier
  - `name` string, required — Type of identifier
  - `value` string, required — Identifier value (e.g., email)
  - `systemId` string — System ID
  - `blocked` boolean, required — Whether the identifier is currently blocked
  - `message` string, required — Action performed (e.g., "block" or "unblock")
  - `author` string, required — Name of the author who performed the action
  - `timestamp` integer, required — Unix timestamp of the action

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/centrobill/apis/centrobill-payment-api.md) · [All operations](https://skmtc.dev/centrobill/apis/centrobill-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/centrobill/centrobill-payment-api/revisions/d0334aeb55ce/schema)
