PaymentCryptographyDataPlane / Client / translate_pin_data

translate_pin_data#

PaymentCryptographyDataPlane.Client.translate_pin_data(**kwargs)#

Translates encrypted PIN block from and to ISO 9564 formats 0,1,3,4. For more information, see Translate PIN data in the Amazon Web Services Payment Cryptography User Guide.

PIN block translation involves changing the encrytion of PIN block from one encryption key to another encryption key and changing PIN block format from one to another without PIN block data leaving Amazon Web Services Payment Cryptography. The encryption key transformation can be from PEK (Pin Encryption Key) to BDK (Base Derivation Key) for DUKPT or from BDK for DUKPT to PEK. Amazon Web Services Payment Cryptography supports TDES and AES key derivation type for DUKPT translations.

The allowed combinations of PIN block format translations are guided by PCI. It is important to note that not all encrypted PIN block formats (example, format 1) require PAN (Primary Account Number) as input. And as such, PIN block format that requires PAN (example, formats 0,3,4) cannot be translated to a format (format 1) that does not require a PAN for generation.

For information about valid keys for this operation, see Understanding key attributes and Key types for specific data operations in the Amazon Web Services Payment Cryptography User Guide.

Note

Amazon Web Services Payment Cryptography currently supports ISO PIN block 4 translation for PIN block built using legacy PAN length. That is, PAN is the right most 12 digits excluding the check digits.

Cross-account use: This operation can’t be used across different Amazon Web Services accounts.

Related operations:

  • GeneratePinData

  • VerifyPinData

See also: AWS API Documentation

Request Syntax

response = client.translate_pin_data(
    IncomingKeyIdentifier='string',
    OutgoingKeyIdentifier='string',
    IncomingTranslationAttributes={
        'IsoFormat0': {
            'PrimaryAccountNumber': 'string'
        },
        'IsoFormat1': {}
        ,
        'IsoFormat3': {
            'PrimaryAccountNumber': 'string'
        },
        'IsoFormat4': {
            'PrimaryAccountNumber': 'string'
        }
    },
    OutgoingTranslationAttributes={
        'IsoFormat0': {
            'PrimaryAccountNumber': 'string'
        },
        'IsoFormat1': {}
        ,
        'IsoFormat3': {
            'PrimaryAccountNumber': 'string'
        },
        'IsoFormat4': {
            'PrimaryAccountNumber': 'string'
        }
    },
    EncryptedPinBlock='string',
    IncomingDukptAttributes={
        'KeySerialNumber': 'string',
        'DukptKeyDerivationType': 'TDES_2KEY'|'TDES_3KEY'|'AES_128'|'AES_192'|'AES_256',
        'DukptKeyVariant': 'BIDIRECTIONAL'|'REQUEST'|'RESPONSE'
    },
    OutgoingDukptAttributes={
        'KeySerialNumber': 'string',
        'DukptKeyDerivationType': 'TDES_2KEY'|'TDES_3KEY'|'AES_128'|'AES_192'|'AES_256',
        'DukptKeyVariant': 'BIDIRECTIONAL'|'REQUEST'|'RESPONSE'
    },
    IncomingWrappedKey={
        'WrappedKeyMaterial': {
            'Tr31KeyBlock': 'string'
        },
        'KeyCheckValueAlgorithm': 'CMAC'|'ANSI_X9_24'
    },
    OutgoingWrappedKey={
        'WrappedKeyMaterial': {
            'Tr31KeyBlock': 'string'
        },
        'KeyCheckValueAlgorithm': 'CMAC'|'ANSI_X9_24'
    }
)
Parameters:
  • IncomingKeyIdentifier (string) –

    [REQUIRED]

    The keyARN of the encryption key under which incoming PIN block data is encrypted. This key type can be PEK or BDK.

    When a WrappedKeyBlock is provided, this value will be the identifier to the key wrapping key for PIN block. Otherwise, it is the key identifier used to perform the operation.

  • OutgoingKeyIdentifier (string) –

    [REQUIRED]

    The keyARN of the encryption key for encrypting outgoing PIN block data. This key type can be PEK or BDK.

  • IncomingTranslationAttributes (dict) –

    [REQUIRED]

    The format of the incoming PIN block data for translation within Amazon Web Services Payment Cryptography.

    Note

    This is a Tagged Union structure. Only one of the following top level keys can be set: IsoFormat0, IsoFormat1, IsoFormat3, IsoFormat4.

    • IsoFormat0 (dict) –

      Parameters that are required for ISO9564 PIN format 0 tranlation.

      • PrimaryAccountNumber (string) – [REQUIRED]

        The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

    • IsoFormat1 (dict) –

      Parameters that are required for ISO9564 PIN format 1 tranlation.

    • IsoFormat3 (dict) –

      Parameters that are required for ISO9564 PIN format 3 tranlation.

      • PrimaryAccountNumber (string) – [REQUIRED]

        The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

    • IsoFormat4 (dict) –

      Parameters that are required for ISO9564 PIN format 4 tranlation.

      • PrimaryAccountNumber (string) – [REQUIRED]

        The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

  • OutgoingTranslationAttributes (dict) –

    [REQUIRED]

    The format of the outgoing PIN block data after translation by Amazon Web Services Payment Cryptography.

    Note

    This is a Tagged Union structure. Only one of the following top level keys can be set: IsoFormat0, IsoFormat1, IsoFormat3, IsoFormat4.

    • IsoFormat0 (dict) –

      Parameters that are required for ISO9564 PIN format 0 tranlation.

      • PrimaryAccountNumber (string) – [REQUIRED]

        The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

    • IsoFormat1 (dict) –

      Parameters that are required for ISO9564 PIN format 1 tranlation.

    • IsoFormat3 (dict) –

      Parameters that are required for ISO9564 PIN format 3 tranlation.

      • PrimaryAccountNumber (string) – [REQUIRED]

        The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

    • IsoFormat4 (dict) –

      Parameters that are required for ISO9564 PIN format 4 tranlation.

      • PrimaryAccountNumber (string) – [REQUIRED]

        The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

  • EncryptedPinBlock (string) –

    [REQUIRED]

    The encrypted PIN block data that Amazon Web Services Payment Cryptography translates.

  • IncomingDukptAttributes (dict) –

    The attributes and values to use for incoming DUKPT encryption key for PIN block translation.

    • KeySerialNumber (string) – [REQUIRED]

      The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT encryption method. The KSN is derived from the encrypting device unique identifier and an internal transaction counter.

    • DukptKeyDerivationType (string) –

      The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN). This must be less than or equal to the strength of the BDK. For example, you can’t use AES_128 as a derivation type for a BDK of AES_128 or TDES_2KEY

    • DukptKeyVariant (string) –

      The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.

  • OutgoingDukptAttributes (dict) –

    The attributes and values to use for outgoing DUKPT encryption key after PIN block translation.

    • KeySerialNumber (string) – [REQUIRED]

      The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT encryption method. The KSN is derived from the encrypting device unique identifier and an internal transaction counter.

    • DukptKeyDerivationType (string) –

      The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN). This must be less than or equal to the strength of the BDK. For example, you can’t use AES_128 as a derivation type for a BDK of AES_128 or TDES_2KEY

    • DukptKeyVariant (string) –

      The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.

  • IncomingWrappedKey (dict) –

    The WrappedKeyBlock containing the encryption key under which incoming PIN block data is encrypted.

    • WrappedKeyMaterial (dict) – [REQUIRED]

      Parameter information of a WrappedKeyBlock for encryption key exchange.

      Note

      This is a Tagged Union structure. Only one of the following top level keys can be set: Tr31KeyBlock.

      • Tr31KeyBlock (string) –

        The TR-31 wrapped key block.

    • KeyCheckValueAlgorithm (string) –

      The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV). It is used to validate the key integrity.

      For TDES keys, the KCV is computed by encrypting 8 bytes, each with value of zero, with the key to be checked and retaining the 3 highest order bytes of the encrypted result. For AES keys, the KCV is computed using a CMAC algorithm where the input data is 16 bytes of zero and retaining the 3 highest order bytes of the encrypted result.

  • OutgoingWrappedKey (dict) –

    The WrappedKeyBlock containing the encryption key for encrypting outgoing PIN block data.

    • WrappedKeyMaterial (dict) – [REQUIRED]

      Parameter information of a WrappedKeyBlock for encryption key exchange.

      Note

      This is a Tagged Union structure. Only one of the following top level keys can be set: Tr31KeyBlock.

      • Tr31KeyBlock (string) –

        The TR-31 wrapped key block.

    • KeyCheckValueAlgorithm (string) –

      The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV). It is used to validate the key integrity.

      For TDES keys, the KCV is computed by encrypting 8 bytes, each with value of zero, with the key to be checked and retaining the 3 highest order bytes of the encrypted result. For AES keys, the KCV is computed using a CMAC algorithm where the input data is 16 bytes of zero and retaining the 3 highest order bytes of the encrypted result.

Return type:

dict

Returns:

Response Syntax

{
    'PinBlock': 'string',
    'KeyArn': 'string',
    'KeyCheckValue': 'string'
}

Response Structure

  • (dict) –

    • PinBlock (string) –

      The outgoing encrypted PIN block data after translation.

    • KeyArn (string) –

      The keyARN of the encryption key that Amazon Web Services Payment Cryptography uses to encrypt outgoing PIN block data after translation.

    • KeyCheckValue (string) –

      The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.

      Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.

Exceptions