Balance Query API
URL: https://domain/merchant/balance
Method: POST
Content-Type: application/x-www-form-urlencoded
Parameters:
Parameter Name | Type | Description | Notes |
---|---|---|---|
merchant | string | Merchant Number | Check in the merchant backend |
sign | string | Signature | Parameters sorted in ascending order by field name > UTF-8 encoding > convert to lowercase > MD5 encryption |
Responses
Name | Type | Description | Notes |
---|---|---|---|
availableamount | float64 | Available Balance | Amount that can be applied for |
collectfee | float64 | Settlement Fee | Fee charged for each settlement application by the merchant |
collectrate | float64 | Collection Rate | Fee charged per thousandth on collection orders by the merchant |
freezeamount | float64 | Frozen Amount | Amount that is frozen |
sign | string | Signature | Parameters are sorted in ascending order by field name > UTF-8 encoding > convert to lowercase > MD5 encryption |
tradeamount | float64 | Merchant Balance | Merchant balance (including frozen amount) |
transferfee | float64 | Payout Fee | Fee charged for each payout application by the merchant |
transferrate | float64 | Payout Rate | Fee charged per thousandth on payout orders by the merchant (calculated together with single fee) |