POST
/
v3
/
set
/
tzpk

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
tzpk
string
required

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