order query

# url

  • POST https://ph-openapi.toppayment.com/ph/disbursement/query

# requestParameters

parameters required type describe example
mchNo string(32) Y mchNo,in`Merchant Platform - Personal Center - Personal Information PHOT000001
timestamp long Y timestamp 11749029774
sign string Y signature PHOT000001
orderNum string(64) Y merchantOrderNumber T1231511321515
platOrderNum string(64) Y platOrderNum PRE1234567890

# responseParameters

parameters type describe example
orderNum String merchantOrderNumber 23645782
platOrderNum String platOrderNum 987654321
amount string amount 10000
fee String theAmountOfTheHandlingFee 12.25
feeType String theTypeOfCommission 0 or 1
status String status
statusMsg String statusMsg
bankCode String bankCode referToAppendixII BankCode directory
bankCard string(64) bankCard 12312431241
accountName String(64) customerName Amot
description string(255) description description

# requestExample

  • requestBody
{
  "timestamp": "11749029774",
  "mchNo": "PHOT000001",
  "orderNum": "T1642593166888",
  "platOrderNum": "PRE1642593166888",
  "sign": "lGw1OJcuUL0MGaIq44U2u2bFM5dalJJuT/G6mQWbIBT9dmVAJaLwR125emPDXYYSdnOtNxja86A2VJJLf40BCg2HevHolebvt2ay3ukCQaUhwNkIGz4KF0Ud+XMUA36LoFTWZbDYv9y8vgCnWxwZFKj7ePrfLxc+TA7jpqv65lQ\u003d"
}
  • responseBody
{
  "success": true,
  "code": "9999",
  "timestamp": 1749029774,
  "message": "Success",
  "data": {
    "platOrderNum": "W0620220119174331000001",
    "orderNum": "186888188666",
    "status": 0,
    "statusMsg": "Apply",
    "amount": "50000",
    "fee": "7",
    "feeType": "0",
    "bankCode": "1001",
    "bankCard": "123456789",
    "accountName": "test cash name",
    "description": "test cash",
  }
}