Interface DynamicCardVerificationValue.Builder

  • Method Details

    • panSequenceNumber

      DynamicCardVerificationValue.Builder panSequenceNumber(String panSequenceNumber)

      A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).

      Parameters:
      panSequenceNumber - A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cardExpiryDate

      DynamicCardVerificationValue.Builder cardExpiryDate(String cardExpiryDate)

      The expiry date of a payment card.

      Parameters:
      cardExpiryDate - The expiry date of a payment card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceCode

      DynamicCardVerificationValue.Builder serviceCode(String serviceCode)

      The service code of the payment card. This is different from Card Security Code (CSC).

      Parameters:
      serviceCode - The service code of the payment card. This is different from Card Security Code (CSC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationTransactionCounter

      DynamicCardVerificationValue.Builder applicationTransactionCounter(String applicationTransactionCounter)

      The transaction counter value that comes from the terminal.

      Parameters:
      applicationTransactionCounter - The transaction counter value that comes from the terminal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.