API 5: POS System Query Transaction Results
Through this API interface, you will be able to query or poll the result of payment terminal transaction.
Query Transaction Result
Test Enviroment:
POST
https://uat.paywizard.biz/ovstrade/semiOpen/getCashierAgentResult
Production Enviroment:
POST
https://portal.paywizard.biz/ovstrade/semiOpen/getCashierAgentResult
Headers
Name
Value
Content-Type
application/json
jwt-token
The token responesed from Get Access Token
Request Body
Name
Type
Mandatory
Description
clientId
string
merchantId
String
tradeNo
String
transType
String
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)
data
Object
-transResult
Integer
Transaction result:
0: Success
1: Failed
2: In Progress
-transIndexCode
String
System Trans Index
-transId
String
Payment Transaction ID
-invoiceNum
String
Payment Invoice Number
-rrn
String
Payment Reference Number
Response Sample
Last updated