Skip to main content
POST
/
transaction
/
queryTransactions
查看交易信息
curl --request POST \
  --url http://dev-cn.your-api-server.com/transaction/queryTransactions \
  --header 'Content-Type: application/json' \
  --data '
{
  "merchantId": "<string>",
  "merchantUserId": "<string>",
  "powerCardId": "<string>",
  "channel": "<string>",
  "pageNum": 1,
  "pageSize": 2,
  "startTimeStamp": 123,
  "endTimeStamp": 123
}
'
{
  "success": false,
  "errorCode": "",
  "errorMessage": "",
  "errorMessageEn": "",
  "detailMessage": "",
  "requestId": "",
  "data": {
    "trans": [
      {
        "transNo": "",
        "settlementCurrency": "",
        "settlementAmount": 0,
        "transCurrency": "",
        "transAmount": 0,
        "handlingFee": 0,
        "handlingFeeCurrency": "",
        "transStatus": "",
        "remark": "",
        "transType": "",
        "transTime": 0,
        "merchantName": ""
      }
    ],
    "total": 0,
    "hasMore": false
  }
}

Body

application/json
merchantId
string
required

Merchant ID

merchantUserId
string
required

Merchant side user ID

powerCardId
string
required

powerCard card ID

channel
string
required

Card opening channel

pageNum
integer
required

Page number

Required range: x > 0
pageSize
integer
required

Page size

Required range: x > 1
startTimeStamp
integer<int64>

Query start timestamp

endTimeStamp
integer<int64>

Query end timestamp

Response

200 - application/json
success
boolean
default:false

Whether the business processing is successful

errorCode
string

Error code

errorMessage
string

Error message

errorMessageEn
string

English error message

detailMessage
string

Detailed message

requestId
string

Request UUID

data
object

Result