Skip to main content
POST
/
v2
/
set
Set PIN
curl --request POST \
  --url 'https://integration-api-cat1.{{environment}}.ext.{{realm}}.cia.enfuce.com/pin/v2/set' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "controlId": "83fa5f55-3dd7-453a-8233-4242a6bad179",
  "pinBlock": "tACuB41yyfU="
}
'
{}
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.

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

The response is of type setPinResponse · object.