Interface CardMetaData


public interface CardMetaData
Contains the meta data of the digital card.
  • Method Details

    • getProductId

      String getProductId()
      The product unique identifier.
    • getProductName

      String getProductName()
      Short description of the card product.
    • getPanLastDigits

      String getPanLastDigits()
      Displays the last (4 or 5) digits of the credit card.
    • getPanExpiryDate

      String getPanExpiryDate()
      Credit card expiry date in MMYY format.
    • getTokenLastDigits

      String getTokenLastDigits()
      Displays the last (4 or 5) digital card PAN
    • getTokenExpiryDate

      String getTokenExpiryDate()
      Token expiry date in MMYY format.
    • getShortDescription

      String getShortDescription()
      A short description of the physical credit card.
    • getLongDescription

      String getLongDescription()
      A long description of the phyiscal credit card.
    • getIssuerName

      String getIssuerName()
      Name of the physical credit card issuer.
    • getIssuerPhoneNumber

      String getIssuerPhoneNumber()
      Issuer's customer service phone number.
    • getIssuerEmail

      String getIssuerEmail()
      Issuer's customer service email address.
    • getIssuerWebsite

      String getIssuerWebsite()
      The URL of the issuer backend's customer service contact page.
    • getTermsAndConditionsUrl

      String getTermsAndConditionsUrl()
      The URL of the issuer backend's Terms and Conditions for the card.
    • getPrivacyPolicyUrl

      String getPrivacyPolicyUrl()
      The URL of the issuer privacy policy.
    • getTokenID

      String getTokenID()
      The unique identifier of the token as defined by the TSP:
      • VTS corresponds to tokenReferenceID.
      • MDES corresponds to tokenUniqueReference.
    • getKeyValues

      HashMap<String,String> getKeyValues()
      Hashmap of key/values used for specific wallet provider needs.
    • getCardReferenceId

      String getCardReferenceId()
      The unique identifier of the card as returned by the TSP: VTS: Corresponds to vPanEnrollmentID. MDES: Corresponds to panUniqueReference. GTOTSP: Corresponds to card id as assigned by issuer.
    • getTspId

      String getTspId()
      The ID of the TSP, which can be: - A VTS for the Visa scheme. - A MDES for the Mastercard scheme. - A unique identifier for other domestic schemes.
    • getPaymentAccountReference

      String getPaymentAccountReference()
      A Payment Account Reference (PAR) that is assigned to PAN.
    • getAuxiliaryTokenLastDigits

      String getAuxiliaryTokenLastDigits()
      Only available for auxiliary card. Last (four or five) token PAN digits to display
      Since:
      6.12
    • getAuxiliaryTokenExpiryDate

      String getAuxiliaryTokenExpiryDate()
      Only available for auxiliary card. Token expiry date is in MMYY format.
      Since:
      6.12