Single Transaction Query
Query single transaction by order number
Request
Header
Item
Mandatory
Data Type
Sample
Description
Method
YES
String(5)
00000
Fill in 00000 (indefinite payment method)
ServiceType
YES
String(32)
SingleOrderQuery
Selected Scan2Pay Service type
MchId
YES
String(32)
Account0001
Merchant ID provided by intella
TradeKey
YES
String(128)
sha256...hash
Marchant password provided by intella, this password must be encoded by SHA256
CreateTime
YES
String(14)
20180101120000
Request time, the format is "yyyyMMddHHmmss"
Data
Item
Mandatory
Data Type
Sample
Description
StoreOrderNo
YES
String(20)
PO180101001
Order number
Response
Header
Item
Data Type
Sample
Description
StatusDesc
String
Success
Description of transaction status
Method
String(5)
10100
Payment method code
ServiceType
String
SingleOrderQuery
Selected Scan2Pay Service type
MchId
String
Acoount0001
Merchant ID
ResponseTime
String
20180101120000
Transaction response time, the format is "yyyyMMddHHmmss"
Data
Item
Data Type
Sample
Description
SysOrderNo
String
2018010110074205610
System order number
StoreOrderNo
String
PO180101001
Store order number
FeeType
String
TWD
Transaction currency, defaults to TWD
DeviceInfo
String
skb0001
Terminal number is fixed as skb0001
Body
String
Chickenchop
Product name
OrderStatus
String
1
Order status
(0:In processing
1:Transaction Success
2:Transaction Failure
3:Refund)
Detail
String
Crispychickenchop
Order detail
StoreInfo
String
00001
Store ID
API Example
Request
Response
Last updated
Was this helpful?