Query Partner Balance

Query partner balance

Request URL

POST /remittance/partner/query-balance

Request Body

Refer to : common

Biz_data :

Name
Type
Description

partner_id*

string

Partner ID

Response

{
    "code": "10000",
    "msg": "Success",
    "data": [
        {
            "account_name": "Example company",
            "account_no":"",
            "currency": "USD",
            "balance": "4.20",
            "available_balance": "4.20",
            "block_amount": "0.00"
        }
    ],
    "total": 1,
    "random_key":"abssdddd2wdw==",
    "sign_type": "RSA",
    "app_id": "2017051914172236111"
}
Name
Type
Description

account_name

string

Account name

account_num

string

Account number

currency

string

Account currency, as a 3-letter ISO currency code.

balance

string

total balance

available_balance

string

available balance

block_amount

string

block amount

Example

Note: 201************11 is pagsmile's test app id for sandbox

Please use your own app_id when testing.

Last updated

Was this helpful?