<- Enum

Enum

TerminalActionActionTypeBeta

Describes the type of this unit and indicates which field contains the unit information.

This is an ‘open’ enum.

Link to section

Values

Link to section

QR_CODE

Beta

The action represents a request to display a QR code. Details are contained in the qr_code_options object.

Link to section

PING

Beta

The action represents a request to check if the specific device is online or currently active with the merchant in question. Does not require an action options value.

Link to section

SAVE_CARD

Beta

Represents a request to save a card for future card-on-file use. Details are contained in the save_card_options object.

Link to section

SIGNATURE

Beta

The action represents a request to capture a buyer's signature. Details are contained in the signature_options object.

Link to section

CONFIRMATION

Beta

The action represents a request to collect a buyer's confirmation decision to the displayed terms. Details are contained in the confirmation_options object.

Link to section

RECEIPT

Beta

The action represents a request to display the receipt screen options. Details are contained in the receipt_options object.

Link to section

DATA_COLLECTION

Beta

The action represents a request to collect a buyer's text data. Details are contained in the data_collection_options object.

Link to section

SELECT

Beta

The action represents a request to allow the buyer to select from provided options. Details are contained in the select_options object.