POST
/
v3
/
view

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
controlId
string
required

Control ID received from PIN control API.

publicKey
string
required

RSA public key under which the received temporary PIN encryption key (tzpk) will be encrypted. Key should be base64-encoded, without any begin or end markers.

Response

200 - application/json
pinBlock
string
required

ISO format 1 PIN block 3DES encrypted with temporary PIN encryption key (tzpk). Base64 encoded.

tzpk
string
required

Temporary PIN encryption key, encrypted using the RSA public key provided. Base64 encoded.