WEBHOOK
order
{
  "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"
  }
}

Body

application/json

Order event payload in json

The body is of type object.

Response

200

Return a 200 status to indicate that the data was received successfully