Request URL

  • https://gateway.pay247.io/gateway/balance

Request Method

  • POST

Request Parameters

ParameterMustTypeExplanation
mch_idYesstringMerchant ID
timestampYesstringTimestamp
versionYesstringv1.0
uuidYesstringRequest UUID: 550e8400-e29b-41d4-a716-446655440000
signYesstringSignature string

Response data

ParameterMustTypeExplanation
mch_idYesstringMerchant ID
walletsYesarrayWallets

For example

{
    "code": 0,
    "message": "success",
    "uuid": "2ae0f1b3-2dc3-4488-83ac-eaa8bed6d56e",
    "timestamp": 1735969840196,
    "data": {
        "mch_id": "PQSKDPKVVV10001",
        "wallets": [
            {
                "balance": "11120.0000",
                "freeze": "0.0000",
                "currency": "CNY"
            },
            {
                "balance": "120.0000",
                "freeze": "0.0000",
                "currency": "USD"
            },
            {
                "balance": "30.0000",
                "freeze": "0.0000",
                "currency": "INR"
            },
            {
                "balance": "0.0000",
                "freeze": "0.0000",
                "currency": "KRW"
            },
            {
                "balance": "1000.0000",
                "freeze": "0.0000",
                "currency": "JPY"
            },
            {
                "balance": "0.0000",
                "freeze": "0.0000",
                "currency": "PHP"
            },
            {
                "balance": "0.0000",
                "freeze": "0.0000",
                "currency": "THB"
            }
        ]
    }
}