API 3: Get POS & Terminal Binding List
Last updated
Last updated
Test Enviroment:
POST
https://uat.paywizard.biz/ovstrade/semiOpen/queryTerminalList
Production Enviroment:
POST
Headers
Content-Type
application/json
jwt-token
The token responesed from Get Access Token
Request Body
clientId
string
Developer ID
merchantId
String
Merchant ID
version
String
1.0.0
Request Sample
Response Body
code
int
Response Code
(200 Success,
Non-200 Failed)
msg
String
Response Message
timestamp
String
Date/Time(UTC)
data
Object
Response Data
-terminalId
String
Terminal ID
-terminalSn
String
Terminal S/N
-bindPosId
String
Binding POS ID
Response Sample