API 2: Bind POS & Payment Terminal
Through this API interface, you will be able to register your own POS to the platform and simultaneously bind the payment terminal
Register POS and Bind POS with Payment Terminal
Test Enviroment:
POST
https://oversea.paywizard.biz/ovstrade/semiOpen/registerTerminal
Production Enviroment:
POST
https://oversea.paywizard.biz/ovstrade/semiOpen/registerTerminal
Headers
Name
Value
Content-Type
application/json
jwt-token
The token responesed from Get Access Token
Request Body
Name
Type
Mandatory
Description
clientId
string
Developer ID
merchantId
String
Merchant ID
posId
String
Point of Sale ID
terminalId
String
Payment Terminal ID
(Payment Processor TID)
terminalSn
String
Payment Terminal S/N
(Device S/N)
version
String
1.0.0
Request Sample
Response Body
Name
Type
Mandatory
Description
code
int
Response Code
(200 Success,
Non-200 Failed)
msg
String
Response Message
timestamp
String
Date/Time(UTC)
Response Sample
Last updated