GetTerminalActionResponse
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. |
{
"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"
}
}