Order Notification
NotifyBody
Order
PaySiteUserInfo
Field | Type | Descript | Sample |
loginId | String | user login method Id. If user login by | 852-45****88 |
userId | String | user uuid in AlipayHK | 2160120051483575 |
Goods
Field | Type | Descript | Sample |
price | price of goods | ||
quantity | String | quantity of goods | |
title | String | title of goods |
Money
Field | Type | Descript | Sample |
amount | Number | ||
currency | String | HKD |
Sample
copy
{
"orderId": "20250306194010800100160900280950024",
"merchantTransId": "fdy9730943y0egh38eh10sj219sj09r1",
"createTime": "2024-05-16T14:29:21+08:00",
"paymentTime": "2024-05-16T14:29:21+08:00",
"orderStatus": "SUCCESS",
"order": {
"orderAmount": {
"amount": 1.08,
"currency": "HKD"
},
"goodsList": [
{
"price": {
"amount": 1.08,
"currency": "HKD"
},
"quantity": "1",
"title": "u6D4Bu8BD5u6350u8D60u6807u9898"
}
]
},
"userInfo": {
"loginId": "852-45****88",
"userId": "2160120051483575"
},
"extendInfo": "{\"contentId\":\"110123450002\",\"spuId\":\"72032179\"}"
}