TokenizeApplePayResponse

public protocol TokenizeApplePayResponse

The JSON response structure of the Tokenize Android Pay endpoint.

  • The new payment instrument id to be used for payments.

    Declaration

    Swift

    var paymentInstrumentId: String { get }
  • The step-up token to be used for payments.

    Declaration

    Swift

    var stepUpToken: String { get }