Terminal API : Upload Transaction Info
The payment application reports back transaction information using this API.
This API is for Payment Application
Upload Transaction Info
Test Enviroment:
POST
https://oversea.paywizard.biz/ovstrade/sysTransLog/updateTransInfo
Production Enviroment:
POST
https://portal.paywizard.biz/ovstrade/sysTransLog/updateTransInfo
Headers
Content-Type
application/json
Request Body
invoice
string
Invoice No.
trace
String
Trace No.
mid
String
Merchant ID
tid
String
Terminal ID
merchantName
String
packageName
String
Payment Application Package Name
batch
String
Batch No.
cardPan
String
Masked Card Number
sn
String
Terminal S/N
dateTime
String
yyyyMMddHHmmss
storeName
String
String
phone
String
type
String
Transaction Type:
Purchase
PreAuth
AuthCompletion
Reversal
Refund
oriDate
String
amount
Long
rrn
String
Reference Number
approvalCode
String
APPR Code
tsi
String
TSI
atc
String
ATC
tvr
String
TVR
apsn
String
APSN
appName
String
EMV APP Name
aid
String
AID
expDate
String
Card Expire Date
currencyCode
String
Currency Code
currencyName
String
Currency Name
Request Sample
Request Data Sample
Response Body
code
int
Response Code
(200 Success,
Non-200 Failed)
msg
String
Response Message
Response Sample
Last updated