Skip to main content
GET
/
v1
/
{cardId}
Get encrypted PIN
curl --request GET \
  --url 'https://integration-api-cat1.{{environment}}.ext.{{realm}}.cia.enfuce.com/pin/v1/{cardId}' \
  --header 'Authorization: Bearer <token>'
{
  "pinBlock": "<string>"
}
Deprecated: This API endpoint is no longer supported.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cardId
string<biginteger>
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.

Example:

"0"

Response

Successful lookup of the card

pinBlock
string

3DES encrypted ISO format 1 PIN block in hexadecimal.