Query Partner Balance

Query the balance currently on your Pagsmile account.

Request URI

POST /issuing/partner/query-balance

Request Body

Refer to : common

Biz_data :

Name
Type
Description

partner_id*

string

Partner ID

account_num

string

Partner Account Number

Request Example

{
    "app_id": "00000000000000000",
    "partner_id": "00000000000000000",
    "request_id": "31ECEB89-Fb3C-5DAd-DeCF-bd62A3CF",
    "timestamp": "2025-04-07 13:56:59",
    "format": "JSON",
    "version": "2.0",
    "sign_type": "RSA",
    "biz_data": {
        "partner_id": "00000000000000000"
    },
    "random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!

Response

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

Last updated

Was this helpful?