Skip to main content
POST
/
kwd
/
collect
/
query
KWD Collection Query
curl --request POST \
  --url https://uat-interface.haipay.asia/kwd/collect/query \
  --header 'Content-Type: application/json' \
  --data '
{
  "appId": 123,
  "orderId": "<string>",
  "sign": "<string>",
  "orderNo": "<string>"
}
'
{
  "status": "",
  "error": "",
  "msg": "",
  "data": {}
}

Secret Key & Private Key (Generate Signature)

Body

application/json
appId
integer
required

Business ID (obtained from backend, must match the currency in the URL)

orderId
string
required

Merchant Order Number

sign
string
required

Signature

orderNo
string

Platform Order Number (faster response)

Response

200 - application/json
status
string
default:""

1: Normal, 0: Exception

error
string
default:""

Error code

msg
string
default:""

Error description

data
object
Last modified on April 10, 2026