API: Unbind Terminal with POS
This API interface allows you to unbind your POS and payment terminal.
Unbind Terminal with POS
est Enviroment:
POST https://uat.paywizard.biz/ovstrade/semiOpen/v3/unbindTerminal
Production Enviroment:
POST https://portal.paywizard.biz/ovstrade/semiOpen/v3/unbindTerminal
Headers
Name
Value
Content-Type
application/json
jwt-token
Merchant Token provided by Paywizard
Request Body
Name
Type
Mandatory
Description
clientId
string
Developer ID
merchantId
String
Merchant ID
posId
String
Point of Sale ID (POSID & Terminal ID at least one in request.)
terminalId
String
Paymen Terminal ID
(POSID & Terminal ID at least one in request.)
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