v1

latestOpenAPI 3.0.02026-07-1498671635.3 KB
Order Acceptance Webhooks
publicly-accessible

Order accepted

This webhook will be invoked whenever the order was accepted.

post/order-accepted

Request body

AcceptedForstring date-time
Eventstring
OrderIdstring

Example request

{
  "AcceptedFor": "2018-03-10T14:45:28Z",
  "Event": "OrderAccepted",
  "OrderId": "123456"
}

Response

Respond with a 200 status code to indicate that you have received the notification.