6097bc689e41
Get a terminal's status, by serial number or client_id
Gets the status of a single terminal by querying by serial_number or client_id
Query parameters
The serial number of the terminal. Use only serial_number or client_id, not both. Size range - 256
The client_id of client associated to the terminal. Use only serial_number or client_id, not both. Size range - 256
Set show_terminal_details to true only if displaying extra details about the terminal state is needed. Default is false.
Headers
Needs to include Basic word before Base64 encoded api_id:api_token. The api_id is the identifier of the organization created on TAP; size range - up to 36 characters. The api_token is the unique token previously generated by TAP and provided securely to the organization; size range - 32. Example: Basic ODA5BVgrNdZkZmbiFlJlTThkYTA2eG00MzA5dHh1bWZnZgfdZDE=
Specifies the requested API version. If this field is not specified or has an invalid format, the API will return an error. If the specified version does not exist, a 404 page will be displayed. Accepted values - application/vnd.paymentfusion.v3.0.0+json
Response
Possible responses
Example response
{
"online": true,
"v": "3.0.0"
}