Query Account Balance

Query Account Balance

Request URL

POST /remittance/account/query-balance

Request Body

Refer to : common

Biz_data

Name
Type
Description

merchant_id*

string

Merchant ID

currency

string

Currency

Response

{
    "code": "10000",
    "msg": "Success",
    "data":[
    {}
    ],
    "random_key":"abssdddd2wdw==",
    "sign_type": "RSA",
    "app_id": "2017051914172236111"
}
Name
Type
Description

account_name*

string

Account Name

account_no*

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: 162************38 is pagsmile's test app id for sandbox

Please use your own app_id when testing.

Last updated

Was this helpful?