API query status

Endpoint URL: https://uat-pms.galaxypay.vn/api-ex/qrpayment/query

Request Message


curl --location 'https://uat-pms.galaxypay.vn/api-ex/qrpayment/query' \
--header 'X-Caller: YOUR_CALLER_ID' \
--header 'X-Api-Key: YOUR_API_KEY' \
--header 'X-Signature: 5c8b1faf9de0fc00f7ed71505f2ce712b2b4260b04d8b2d2c370aea6c825b2d3' \
--header 'Content-Type: application/json' \
--header 'Cookie: SESSION=YTVhYzNkMDgtMjhhYy00ZWZiLThkZjMtMDg4YWRkZTU2ZThh' \
--data '{
 "requestId":"1ed439d1-03cf-43f3-af63-005d3ada7fbd",
 "accountNumber":"99800190000645"
}'

Response Message

{
    "requestId": "1ed439d1-03cf-43f3-af63-005d3ada7fbd",
    "responseDateTime": "20230227232837",
    "responseCode": "200",
    "responseData": [
        {
            "fromAccNo": "0123456789",
            "fromAccName": "Nguyen Van A",
            "fromBankCode": "BVB",
            "fromBankName": "Ngan Hang Ban Viet",
            "amount":200000,
            "createdDate": "2022-12-13T08:58:39.717Z"
        }
    ]
}

Last updated