Interface AppToAppData


public interface AppToAppData
A data class to be used in PendingCardActivation.getAppToAppData(). It provides data to MPA to launch the issuer application.
Since:
6.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    An opaque payload generated by TSP to be returned to the issuer application as it is.
    The scheme name.
    For: - Visa: Concatenation of application ID and intent handler.
  • Method Details

    • getScheme

      String getScheme()
      The scheme name. {VISA or MASTERCARD}
      Returns:
      The scheme which is used by the wallet app to manage the "source" field.
    • getPayLoad

      String getPayLoad()
      An opaque payload generated by TSP to be returned to the issuer application as it is.
      Returns:
      The opaque payload to the issuer application for communication with TSP.
    • getSource

      String getSource()
      For: - Visa: Concatenation of application ID and intent handler. - Mastercard: Action and package name.
      Returns:
      The source which is used by the Wallet app to trigger the issuer application.

      Note: Depending on the scheme used, the data will differ.