Order Confirmed
Description
This event is triggered when a new order is confirmed from the customer side.
Triggers
- Order Confirmed
Webhook URL
https://example.com/api/webhooks/order-confirmedMethod
POST
Request
{
"id":"434-4324-4324-4ffas",
"status":"CONFIRMED",
}Request Parameters
| Parameter | Type | Description |
|---|---|---|
| id | String | Order ID |
| status | String | Order status |
Response
ℹ️
Please Notice The webhook response must be in the following format.
{
"success":true
}Last updated on