Skip to main content

Merchant Balance Inquiry

Request URL

http POST https://DOMAIN/octopus/api/ledger/get_merchant_ledger

Basic Parameters

Parameter NameTypeRequiredDescriptionFormat/Example
merchant_uidstringYesMerchant UIDContact the administrator to obtain

Signature Parameters Add Header

Parameter NameTypeRequiredDescriptionFormat/Example
Content-TypestringYes
application/json
OC-KeystringYesPlease provide by customer service
OC-SignaturestringYesObtained through calculation 

Example Response Data

{"result":"success","data":{  
	"merchant_name":"I am a merchant",  
	"cny":"3000.000000",  
	"usd":"0.000000",  
	"thb":"0.000000",  
	"vnd":"0.000000",  
	"php":"327757.283800",  
	"sgd":"0.000000",  
	"idr":"0.000000",  
	"bdt":"1243.799289",  
	"twd":"995.200000",  
	"brl":"0.000000",  
	"mxn":"0.000000"  
}}