TokenizeAndroidPayRequest

public protocol TokenizeAndroidPayRequest

The JSON request structure of the Tokenize Android Pay endpoint.

  • The “encryptedMessage” value from the Android Pay wallet.

    Declaration

    Swift

    var encryptedMessage: String { get }
  • The “ephemeralPublicKey” value from the Android Pay wallet.

    Declaration

    Swift

    var ephemeralPublicKey: String { get }
  • tag

    The “tag” value from the Android Pay wallet.

    Declaration

    Swift

    var tag: String { get }
  • The “publicKeyHash” value from the merchant profile response.

    Declaration

    Swift

    var publicKeyHash: String { get }
  • The type/schema value from the Android Pay wallet.

    Declaration

    Swift

    var instrumentType: String { get }
  • A flag to indicate if this payment instrument has to be set as the primary instrument.

    Declaration

    Swift

    var primary: Bool? { get }
  • The display text returned by the Android Pay wallet.

    Declaration

    Swift

    var comment: String { get }