4. Connection Status
You can use this service to check whether a specific terminal is connected to the Paywall system.
Parameter
Type
Compulsory
Description
{
"TerminalId": "6f297d9a-758b-4de4-a837-9d8e37179b8f",
"TerminalTagCode": ""
}Parameter
Type
Description
{
"Result": {
"IsSocketConnected": true
},
"Failed": false,
"Message": null,
"ClientMessage": null,
"Succeeded": true
}Last updated