Terminal API : Upload Settlement Info

The payment application reports back settlement information using this API.

Upload Settlement Info

Test Enviroment:

POSThttps://uat.paywizard.biz/ovstrade/mrtSettlementReport/settlementReport

Production Enviroment:

POSThttps://portal.paywizard.biz/ovstrade/mrtSettlementReport/settlementReport

Headers

Name
Value

Content-Type

application/json

Request Body

Name
Type
Mandatory
Description

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

Name
Type
Mandatory
Description

code

int

Response Code

(200 Success,

Non-200 Failed)

msg

String

Response Message

Response Sample

Last updated