PIN operations with pre-shared key
Get encrypted PIN
This operation returns the encrypted PIN block in ISO format 1. The PIN block is encrypted using a pre-shared double-length 3DES key.
GET
/
v1
/
{cardId}
Path Parameters
cardId
string
requiredThe card id for given card
Query Parameters
auditUser
string
requiredThe audit user to log the request
zpkIndex
string
requiredThe 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
pinBlock
string
3DES encrypted ISO format 1 PIN block in hexadecimal.