Skip to content

Payout Query

Request URL

methodurl
POST/api/pay/payout/query/v1

Headers

Header ParameterDescription
timestampRequest timestamp
nonceRandom value
countryCountry code (ID)
app_codeApplication ID

Request Parameters

FieldTypeRequiredLengthDescription
merchantOrderNoStringyes32Merchant order number
signStringyes-Signature
{
"msg": "success",
"traceId": "747bbf80261844ed85b809212aab0d81.85.17422898158610299",
"code": 200,
"data": {
"amount": "1000.00",
"tradeNo": "TS2501010001ID0000000000000000",
"additionalInfo": {
},
"merchantOrderNo": "OrderNoExample",
"paymentInfo": "684180093000000000",
"paymentType": 1,
"status": 1
}
}