API
Skip to main content

View Terminal

Retrieve detailed information of a specific terminal using its UUID.

Endpoint

GET /api/v1/terminals/{uuid}

Parameter

ParameterTypeRequiredDescription
uuidstringYesUUID of the terminal to retrieve

Example

GET /terminals/3df21709-b2f5-4ec6-93f9-c5855e0da879

Response Structure

FieldTypeDescription
uuidstringUnique identifier of the terminal
terminalIdstringTerminal ID
namestringTerminal name
modelstringTerminal model
processorstringTransaction processor name
supplierdatetimeTerminal supplier name
allowRemoteTransactionsbooleanIndicates if the terminal accepts remote transactions (only compatible with cloud terminals)
allowGenerateQrCodebooleanIndicates if the terminal can generate QR codes
allowRealTimeTransactionSinchronizationbooleanIndicates if the terminal synchronises transactions in real time with the PayPay backoffice
createdAtdatetimeRecord creation date
updatedAtdatetimeLast update date

information
Terminals that have the functionality allowRemoteTransactions enabled are of the Cloud type.

Next Steps

With access to the terminal details, you can: