Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 905 Bytes

get-terminal-action-response.md

File metadata and controls

36 lines (28 loc) · 905 Bytes

Get Terminal Action Response

Structure

GetTerminalActionResponse

Fields

Name Type Tags Description
errors Error[] | undefined Optional Information on errors encountered during the request.
action TerminalAction | undefined Optional Represents an action processed by the Square Terminal.

Example (as JSON)

{
  "action": {
    "app_id": "APP_ID",
    "created_at": "2021-07-28T23:22:07.476Z",
    "deadline_duration": "PT5M",
    "device_id": "DEVICE_ID",
    "id": "termapia:jveJIAkkAjILHkdCE",
    "location_id": "LOCATION_ID",
    "save_card_options": {
      "customer_id": "CUSTOMER_ID",
      "reference_id": "user-id-1"
    },
    "status": "IN_PROGRESS",
    "type": "SAVE_CARD",
    "updated_at": "2021-07-28T23:22:08.301Z"
  }
}