Receiving the PIN Block
Nayax will send the encrypted PIN Block in the Authorization\Sale request under the DukptInfo
object as in the example below:
"DukptInfo": {
"Algorithm": 1,
"PINBlock": "xxxxxxxx",
"PINBlockFormat": 48,
"ExternalKeyId": "372"}
Where:
Algorithm
= the algorithm used for encryption.1
: TDEA2
: 2TDEA3
: AES-1284
: AES-2565
: 3TDEA
PINBlock
= The encrypted PIN BlockPINBlockFormat
= The Pin block format used.1
: ISO_05
: ISO_134
: ISO_247
: ISO_348
: ISO_4
ExternalKeyId
= The external ID of the key used in a Dynamic key exchange format.
Updated 8 days ago