Skip to main content
POST
Register Terminal

Authorizations

x-auth-token
string
header
required

The API token for login provided by UQPAY.

Headers

x-client-id
string
required

The API client id generated by UQPAY

x-idempotency-key
string<uuid>
required

A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.

x-on-behalf-of
string

Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.

Body

application/json
firm_code
enum<string>
required

Enabled terminal manufacturer code. terminal_model must be supported for the selected manufacturer.

Current supported combinations:

  • 01 (Shengben): P1000, P3
  • 02 (Newland): N910, N700, T9
  • 03 (Xinguodu): SP630, SP530
  • 04 (iMin): Swift 2, Falcon 1
  • 05 (PAX): A920, A60

UQPAY maintains these combinations and may update them. See the POS API Integration Guide or contact UQPAY technical support if your model is not listed.

Available options:
01,
02,
03,
04,
05
Example:

"01"

firm_sn
string
required

Terminal serial number

Example:

"SN123456789"

terminal_model
string
required

Terminal model supported for the selected firm_code. Use a model from the matching manufacturer in the supported combinations listed under firm_code above.

Example:

"P1000"

Response

Terminal registered successfully

create_time
string

Creation time

Example:

"2025-12-05 10:38:53"

firm_sn
string

Terminal serial number provided in request

Example:

"TG676SX1764902333"

terminal_id
string

Unique terminal identifier assigned by UQPAY

Example:

"10000254"