English
{ "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
Unique identifier for the event
Type of event that occurred
order.created
order.succeeded
order.failed
Type of this json payload, 'event' if this is an event
"event"
Timestamp when the event occurred
Show child attributes
Return a 200 status to indicate that the data was received successfully