Terminal action updated BETA
EVENT
terminal.action.updated
Published when a TerminalAction is updated.
Permissions
PAYMENTS_READ
Name | Description |
---|---|
merchant_
|
The ID of the target merchant associated with the event. |
type
|
The type of event this represents, |
event_
|
A unique ID for the event. |
created_
|
Read only RFC 3339 timestamp of when the event was created. Examples for January 25th, 2020 6:25:34pm Pacific Standard Time: UTC: 2020-01-26T02:25:34Z Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00 |
data
|
Data associated with the event. |
Examples
Example payload
{
"merchant_id": "MERCHANT_ID",
"type": "terminal.action.updated",
"event_id": "1c3ef831-670d-4f4c-b59c-f0bb2d2fc872",
"created_at": "2021-03-10T14:44:06.039Z",
"data": {
"type": "action.event",
"id": "dhgENdnFOPXqO",
"object": {
"action": {
"app_id": "APP_ID",
"created_at": "2021-03-10T14:43:55.262Z",
"deadline_duration": "PT5M",
"device_id": "DEVICE_ID",
"id": "termapia:RZDei5nMuO0rMmCE",
"save_card_options": {
"customer_id": "CUSTOMER_ID",
"reference_id": "user-id-1",
"card_id": "ccof:CARD_ID"
},
"status": "COMPLETED",
"type": "SAVE_CARD",
"updated_at": "2021-03-10T14:44:55.262Z"
}
}
}
}