<- Terminal API

Terminal API

Create terminal actionBeta

POST

 /v2/terminals/actions

Creates a Terminal action request and sends it to the specified device.

Permissions:PAYMENTS_WRITE
Try in API Explorer
Link to section

Request body

Example code

Link to section

idempotency_key

string

Required

A unique string that identifies this CreateAction request. Keys can be any valid string but must be unique for every CreateAction request.

See Idempotency keys for more information.

Link to section

action

Required

The Action to create.

Link to section

Response fields

Link to section

errors

Information on errors encountered during the request.

Link to section

action

The created TerminalAction

Error descriptions