Create Terminal

Create New Terminal

The create terminal API allows developers to create new terminal entries.

Upon successful creation of a new terminal entry, the API will return a response with the newly created terminal's unique identifier and other relevant information.

Parameters

Query Parameters

ParameterRequired/OptionalTypeDescription
user_idRequirednumberCurrent User ID

* Bold Parameters are required fields

Body Parameters

ParameterRequired/OptionalTypeDescription
global_manufacturer_terminal_idRequiredint(10) UNID 14: PAX A30
ID 15: PAX A35
ID 16: PAX A50
ID 17: PAX A60
ID 18: PAX A77
ID 19: PAX A80
ID 20: PAX A910
ID 21: PAX A920
ID 22: PAX A920 PRO
ID 23: PAX A930
ID 24: PAX Aries6
ID 25: PAX Aries8
ID 26: PAX E500
ID 27: PAX E600
ID 28: PAX E700
ID 29: PAX E800
ID 52: PAX IM30
global_terminal_mode_idRequiredint(10) UNID 1: Table Service
ID 2: Quick Service
ID 3: Payment Terminal
ID 4: Kiosk
ID 5: Kitchen Display
ID 6: Dispenser Kiosk
ID 7: External Workstation
ID 8: Tethered Terminal
ID 9: Security Terminal
global_tip_idRequirednumberID 1: Before
ID 2: Tip Adjust
ID 3: No Tips
serial_numberOptionalvarchar(100)Serial Number of the Terminal
nameRequiredvarchar(64)Name for the Terminal in SoftPoint dashboard
statusOptionalInteger0: Inactive
1: Active (default)
tidOptionalvarchar(100)Terminal ID
screen_timeoutOptionalIntegerValue in seconds
connected_readerOptionalInteger0: Inactive (default)
1: Active
allow_cash_paymentsOptionalInteger0: Inactive (default)
1: Active
paired_terminal_idOptionalIntegerThis is the Tethered Terminal id that will be linked to the workstation

* Bold Parameters are required fields

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!