admin_terminals_operations_post
terminals
Post terminal operation
Send a command to a payment terminal.
The response is returned immediately after the command is dispatched to the terminal. The terminal’s response is processed asynchronously.
scopes:
- admin:checkout
- write:checkout:/admin/terminals
POST
admin_terminals_operations_post
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
Headers
Optional idempotency key to ensure the operation is only executed once.
Body
application/json
Last modified on May 26, 2026