Merchant Balance Inquiry
Request URL
http POST https://DOMAIN/octopus/api/ledger/get_merchant_ledger
Basic Parameters
Parameter Name | Type | Required | Description | Format/Example |
---|---|---|---|---|
merchant_uid | string | Yes | Merchant UID | Contact the administrator to obtain |
Signature Parameters Add Header
Parameter Name | Type | Required | Description | Format/Example |
---|---|---|---|---|
Content-Type | string | Yes | application/json | |
OC-Key | string | Yes | Please provide by customer service | |
OC-Signature | string | Yes | Obtained 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"
}}