Terminal
Create terminal action
Search terminal actions
Get terminal action
Cancel terminal action
Dismiss terminal action
Create terminal checkout
Search terminal checkouts
Get terminal checkout
Cancel terminal checkout
Dismiss terminal checkout
Create terminal refund
Search terminal refunds
Get terminal refund
Cancel terminal refund
Dismiss terminal refund
Webhooks
terminal.action.created
terminal.action.updated
terminal.checkout.created
terminal.checkout.updated
terminal.refund.created
terminal.refund.updated
<- Terminal API
Terminal API
Version
2024-10-17
POST
/v2/terminals/actions/{action_id}/cancel
Cancels a Terminal action request if the status of the request permits it.
Guide
Cancel a Terminal Action
Example code
action_id
string
Required
Unique ID for the desired TerminalAction.
TerminalAction
errors
Error [ ]
Information on errors encountered during the request.
Show attributes
action
The canceled TerminalAction
503
Service unavailable
TEMPORARY_ERROR
A temporary internal error occurred. You can safely retry your call using the same idempotency key.