PayproPaypro
  • ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia
  • ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan
  • ๐Ÿ‡ป๐Ÿ‡ณ Vietnam
  • ๐Ÿ‡ต๐Ÿ‡ญ Philippines
  • ๐Ÿ‡ฐ๐Ÿ‡ช Kenya
  • ๐Ÿ‡ช๐Ÿ‡ฌ Egypt
  • ๐Ÿ‡ง๐Ÿ‡ท Brazil
  • ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico
  • ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia
  • ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan
  • ๐Ÿ‡ป๐Ÿ‡ณ Vietnam
  • ๐Ÿ‡ต๐Ÿ‡ญ Philippines
  • ๐Ÿ‡ฐ๐Ÿ‡ช Kenya
  • ๐Ÿ‡ช๐Ÿ‡ฌ Egypt
  • ๐Ÿ‡ง๐Ÿ‡ท Brazil
  • ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico
  • Indonesia

    • Overview
    • Error Code
    • Payment API
    • Payment Casher
    • Payout API
    • Payment Query API
    • Payout Query API
    • Payment Notify API
    • Bank List
    • WayCode
    • Balance Inquiry API

Balance Inquiry API

    Tips

    Balance Inquiry

    Brief Description
    Request URL
    • /v1/paypro/queryBalance
    Request Method
    • post
    Header
    HeaderRequiredTypeDescription
    merchantNoystringno
    Request Body Parameters
    NameRequiredTypeDesc
    timestampYstringTimestamp
    signYstringEncrypt
    {
      "timestamp": "1724151084278",
      "sign": "8d1bdd4d9d6b642c6843464c72e6a5a1"
    }
    
    
    Response Parameters
    NameRequiredTypeDesc
    msgyesstringRequest result (when success is returned, it only means that the request for this time is successful and cannot be used for merchant-side logical judgment)
    codeyesstringRequest response code (when 0000 is returned, it only means that the request for this time is successful, and cannot be used for merchant-side logical judgment). For specific status/error codes, please check the status/error code directory
    timestampyesstringTimestamp๏ผˆ1715941383720๏ผ‰
    successyesstringTrading results
    datayesObjectReturn object
    data.availablAmountyesstringMerchant balance
    data.freezeAmountyesstringFrozen amount
    data.unsettledAmountyesstringThe amount to be settled, all receipts in the same day will be automatically settled into the available balance in D1
    {
        "msg": "success",
        "code": "0000",
        "timestamp": 1719830171485,
        "success": true,
        "data": {
            "availablAmount": 9998989.0000,
            "unsettledAmount": 0.0000,
            "freezeAmount": 0.0000
        }
    }
    
    
    Last Updated:
    Contributors: wsc
    Prev
    WayCode