Skip to content

Query Balance

The Request paramters :

FieldMeaningTypeRequired
app_idYour Merchant IDStringTrue
timeUnix Timestamp in seconds, eg: 1732533532 means 2024-11-25 19:18:46StringTrue
signmd5_hash, refer to: SignatureStringTrue

The Response

json
{
    "status":1,
    "msg":"ok",
    "data":{
        "balance":59978270 // you need devide this value by 100
    }
}

Thanks for choosing LG Payment