[Merchant] CallBack Demo
Please provide a POST API endpoint for callbacks to receive JSON data from Skindeer when the order status changes.
HTTP response
HTTP/1.1 200 OK
Content-Type: text/plain;charset=UTF-8
Content-Length: 69
{
"code": 0,
"message": "SUCCESS",
"data": {
"orderId": "2020240926172407761421",
"externalTradeNo": "7020240925112715975245",
"status": 1,
"marketHashName": "AUG | Contractor (Well-Worn)",
"paymentAmount": "0.43",
"tradeOfferId": "7382094316",
"counterOfferId": ""
}
}
Table 7. Response fields
code
Number
Response code
message
String
Response message
data
Object
data.orderId
String
The order id.
data.externalTradeNo
String
Third party merchant order number.
data.status
Number
[11: Order Confirmation in Progress]
[0: Payment is in progress]
[1: Transaction Completed] [2: Waiting for Seller to Confirm Shipment]
[4: Waiting for Buyer to Confirm Receipt]
[5: Refund in Progress]
[6: Refund Completed]
data.marketHashName
String
market hash name
data.paymentAmount
Double
pay the price
data.tradeOfferId
String
steam offer id, concatenated to the address where steam accepts the offer.https://steamcommunity.com/tradeoffer/{trdadeOfferId}
data.counterOfferId
String
The counter-offer id corresponding to order
Last updated