KeyType

public enum KeyType : Sendable

Payment key type.

  • Limited use key. A single key that could be used for multiple payments. It comes with an expiry date and number of payments allowed.

    Declaration

    Swift

    case limitedUseKey
  • Single use key. A key that can only be used for a single payment. A set of single use key is provided in a single replenishment.

    Declaration

    Swift

    case singleUseKey