Card block

Permanently disables the card. This operation is final.

Endpoint

POST /{san}/block

Path parameters

  • san — Unique card identifier in the CinCin system

Request

circle-info

Content-Type: application/json

Request body

Request (application/json)
{
  "request_id": "request-id-12345"
}

Request parameters

  • *request_id (string, 12-36 characters) — Unique identifier for the request

Response

Response parameters

  • type (string) — Operation type

  • status (string) — Actual status of the operation

  • docid (number) — Tracking document ID

  • request_id (string) — Request identifier provided in the request

Last updated