Skip to content

Restart

METHOD NAME restart

Requires state IDLE

Description

Restart the Synqpay application. The request will be returned immediately.

Parameters

null

Result

null on success. The restart will be invoked after a few seconds.

Errors

  • ScreenNotReady
  • IllegalState

Example

Request

1
2
3
4
5
6
{
  "jsonrpc": "2.0",
  "id": "1234567890",
  "method": "restart",
  "params": null
}

Response

1
2
3
4
5
{
  "jsonrpc": "2.0",
  "id": "1234567890",
  "result": null
}