{
"id": "<string>",
"type": "order.created",
"object": "event",
"created": "2023-11-07T05:31:56Z",
"data": {
"orderId": "<string>",
"merchantReferenceId": "<string>",
"invoiceId": "<string>",
"customerId": "<string>",
"createTime": 1754819711382,
"productId": "<string>",
"priceId": "<string>",
"priceDataList": [
{
"name": "<string>",
"quantity": 2,
"unitAmount": 1,
"currency": "<string>",
"imageUrl": "<string>"
}
],
"paymentMethod": {
"paymentMethodType": "CARD",
"paymentInstrumentId": "<string>"
},
"amountSubtotal": 9.99,
"amountTotal": 9.99,
"paymentCurrency": "USD",
"originalCurrency": "USD",
"status": "success"
}
}
{
"id": "<string>",
"type": "order.created",
"object": "event",
"created": "2023-11-07T05:31:56Z",
"data": {
"orderId": "<string>",
"merchantReferenceId": "<string>",
"invoiceId": "<string>",
"customerId": "<string>",
"createTime": 1754819711382,
"productId": "<string>",
"priceId": "<string>",
"priceDataList": [
{
"name": "<string>",
"quantity": 2,
"unitAmount": 1,
"currency": "<string>",
"imageUrl": "<string>"
}
],
"paymentMethod": {
"paymentMethodType": "CARD",
"paymentInstrumentId": "<string>"
},
"amountSubtotal": 9.99,
"amountTotal": 9.99,
"paymentCurrency": "USD",
"originalCurrency": "USD",
"status": "success"
}
}
Order event payload in json
The body is of type object
.
Return a 200 status to indicate that the data was received successfully