Get blocked card details

Provides information on a blocked card and its released balance.

Endpoint

GET /{san}/block-detailes

Path parameters

  • san - Unique card identifier in the CinCin system

Response

Response (application/json)
{
  "san": "1234567890",
  "releasedBalance": 15.75,
  "currency": "USD"
}

Response Parameters

  • san (string) — Unique card identifier in the CinCin system

  • releasedBalance (decimal) — Balance returned to the user account after blocking

  • currency (string) — Currency code

Last updated