Skip to content

Query a Pay-In Order

The Request paramters :

FieldMeaningTypeRequired
app_idYour Merchant IDStringTrue
order_snuploaded in Create request paramtersStringTrue
signmd5_hash, refer to: SignatureStringTrue

The Response

json
{
    "status":1, // 1 means this order has been paid successfully , 0 means not paid
    "msg":"ok", // when a request is failed, please read msg to find out why
    {
        "data":{
            "money":5000 // The money your client actually paid, times 100x
        }
    }
}

Thanks for choosing LG Payment