Class GenerateCardValidationDataRequest

    • Method Detail

      • generationAttributes

        public final CardGenerationAttributes generationAttributes()

        The algorithm for generating CVV or CSC values for the card within Amazon Web Services Payment Cryptography.

        Returns:
        The algorithm for generating CVV or CSC values for the card within Amazon Web Services Payment Cryptography.
      • keyIdentifier

        public final String keyIdentifier()

        The keyARN of the CVK encryption key that Amazon Web Services Payment Cryptography uses to generate card data.

        Returns:
        The keyARN of the CVK encryption key that Amazon Web Services Payment Cryptography uses to generate card data.
      • primaryAccountNumber

        public final String primaryAccountNumber()

        The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder.

        Returns:
        The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder.
      • validationDataLength

        public final Integer validationDataLength()

        The length of the CVV or CSC to be generated. The default value is 3.

        Returns:
        The length of the CVV or CSC to be generated. The default value is 3.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object