[Merchant] CallBack Demo
Please provide a POST API endpoint for callbacks to receive JSON data from Skindeer when the order status changes.
HTTP response
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