POST
/
v3
/
set
curl --request POST \
  --url 'https://integration-api-cat1.{{environment}}.ext.{{realm}}.cia.enfuce.com/pin/v3/set' \
  --header 'Content-Type: application/json' \
  --data '{
  "controlId": "83fa5f55-3dd7-453a-8233-4242a6bad179",
  "pinBlock": "tACuB41yyfU="
}'
{}

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
The related PIN control request data
controlId
string
required

Control ID received from PIN control API.

Example:

"83fa5f55-3dd7-453a-8233-4242a6bad179"

pinBlock
string
required

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

Example:

"tACuB41yyfU="

Response

200
application/json

The response is of type object.