jonatanhdz
Systems Engineer
- May 2, 2025
- 1
Hello,
I'm trying to use the Simphony Transaction Services Gen2 (cloud) API to integrate restaurant orders from a mobile application.
I've followed the documentation to configure the following:
{"title":"General Service Error","status":503,"detail":"User is not available","instance":"error:userOrproperty-not-available"}
Does anyone know why I'm getting this error?
I'm trying to use the Simphony Transaction Services Gen2 (cloud) API to integrate restaurant orders from a mobile application.
I've followed the documentation to configure the following:
- Enabled Simphony Transaction Services Gen2 (option 74) in the Revenue Center where the Checks will be created.
- Created a Workstation of type POSAPI Client, enabling the Simphony Transaction Services (Gen2) Location API and Simphony Transaction Services (Gen2) Cloud API options, and configured the Workstation where I want to create the Checks as the Service Host ID.
- In the Transactions tab, selected Minimum Check Number, Maximum Check Number, and Default Order Type.
- In the Revenue Centers tab, selected the Revenue Center enabled in the first step.
- Created an Employee with Employee Level 0 and permissions for the Revenue Center that will be used.
- Configuration API (to retrieve the menu from the Revenue Center)
- Employees API (to get the employeeNumber)
- Organization API (to get Locations and Revenue Centers of the organization)
{"title":"General Service Error","status":503,"detail":"User is not available","instance":"error:userOrproperty-not-available"}
Does anyone know why I'm getting this error?