Terminal API : Upload Settlement Info
The payment application reports back settlement information using this API.
This API is for Payment Application
Upload Settlement Info
Test Enviroment:
POST
https://oversea.paywizard.biz/ovstrade/mrtSettlementReport/settlementReport
Production Enviroment:
POST
https://portal.paywizard.biz/ovstrade/mrtSettlementReport/settlementReport
Headers
Content-Type
application/json
Request Body
mid
String
Merchant ID
tid
String
Terminal ID
merchantName
String
merchantAddr
String
packageName
String
Payment Application Package Name
sn
String
Terminal S/N
reportTime
String
currencyCode
String
batchNumber
String
paymentTypes
List<Object>
{credit,debit,debit_master_visa,extra}
-paymentType
String
-paymentNumber
String
-payTypeBatchNumber
String
-settlementLogs
List<Object>
--tradeType
String
{sale,void,total}
--paymentNumber
String
--currencyCode
String
--tradeAmount
Long
Request Sample
Request Data Sample
Response Body
code
int
Response Code
(200 Success,
Non-200 Failed)
msg
String
Response Message
Response Sample
Last updated