Synqpay SDK - SynqpayManager Submodule
The SynqpayManager submodule provides basic management functionality to control and monitor the Synqpay service running on the payment device.
Methods
String getVersion()
Retrieves the current version of the Synqpay service.
Returns:
- A
string
representing the version number of the Synqpay service.
void restartSynqpay()
Restarts the Synqpay service on the payment device.
Usage:
- Useful for reinitializing or recovering the Synqpay service.
boolean isApiEnabled()
Checks whether the API submodule is enabled.
Returns:
true
if the API submodule is enabled.false
if the API submodule is disabled.
Notes:
- If the API submodule is disabled, it must be enabled through customer support.