Interface CardMetaData
public interface CardMetaData
Contains the meta data of the digital card.
-
Method Summary
Modifier and TypeMethodDescriptionOnly available for auxiliary card.Only available for auxiliary card.The unique identifier of the card as returned by the TSP: VTS: Corresponds to vPanEnrollmentID.Issuer's customer service email address.Name of the physical credit card issuer.Issuer's customer service phone number.The URL of the issuer backend's customer service contact page.Hashmap of key/values used for specific wallet provider needs.A long description of the phyiscal credit card.Credit card expiry date in MMYY format.Displays the last (4 or 5) digits of the credit card.A Payment Account Reference (PAR) that is assigned to PAN.The URL of the issuer privacy policy.The product unique identifier.Short description of the card product.A short description of the physical credit card.The URL of the issuer backend's Terms and Conditions for the card.Token expiry date in MMYY format.The unique identifier of the token as defined by the TSP: VTS corresponds to tokenReferenceID. MDES corresponds to tokenUniqueReference.Displays the last (4 or 5) digital card PANgetTspId()The ID of the TSP, which can be: - AVTSfor the Visa scheme.
-
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 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: - AVTSfor the Visa scheme. - AMDESfor 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
-