GET
/
v1
/
{cardId}
curl --request GET \
  --url https://integration-api-cat1./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/pin/v1/{cardId}
{
  "pinBlock": "<string>"
}
Deprecated: This API endpoint is no longer supported.

Path Parameters

cardId
string
required

The card id for given card

Query Parameters

auditUser
string
required

The audit user to log the request

zpkIndex
string
required

The PIN encryption key (ZPK) index. This index is used to point out which key to use in case there are multiple keys available.

Response

200
application/json
Successful lookup of the card
pinBlock
string

3DES encrypted ISO format 1 PIN block in hexadecimal.