Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Field

Type

Usage

PaymentData
(0xFF01)

DO

The TLV payment response from the Arkos Framework

MerchantData
(0xFF02)

DO

Context-specific Merchant Data (TBD)

Abort

An abort request was received from the sale system

The application has the responsibility to try to abort the current transaction (if one is running), if possible. There is no direct response to this event - the eventual PaymentResponse will contain wether it was Aborted.

In general, it is suggested to manage aborts through the PollingProvider, providing aborts up to card detection.

DisplayRequest

A DisplayRequest was received while the System was available

...