# Webhooks Webhooks - Webhook notifications sent by Keeta to third-party systems ## Order Placed Notification - [POST orderPlacedNotification](https://api-docs.mykeeta.com/apis/standard/order/webhooks/orderplacednotification.md): This webhook is sent by Keeta to notify the developer's system that a new order has been placed. 1001 In the event that Keeta's platform sends a new order notification but does not receive an acknowledgment from the developer's system, Keeta will attempt to resend the notification up to a maximum of three additional times. ## Order Acceptance Notification - [POST orderAcceptanceNotification](https://api-docs.mykeeta.com/apis/standard/order/webhooks/orderacceptancenotification.md): This webhook serves to notify the developer's system when an order's status changes to 'Order Confirmed' on the Keeta platform. 1002 ## Order Completion Notification - [POST orderCompletionNotification](https://api-docs.mykeeta.com/apis/standard/order/webhooks/ordercompletionnotification.md): This webhook serves to notify the developer's system when an order's status changes to 'Delivered' on the Keeta platform. 1003 ## Order Cancellation Notification - [POST orderCancellationNotification](https://api-docs.mykeeta.com/apis/standard/order/webhooks/ordercancellationnotification.md): This webhook serves to notify the developer's system when an order's status changes to 'Cancelled' on the Keeta platform. 1004 ## Order Refund Status Change Notification - [POST orderRefundStatusChangeNotification](https://api-docs.mykeeta.com/apis/standard/order/webhooks/orderrefundstatuschangenotification.md): This webhook is designed to inform the developer's system whenever there is a change in the status of an order's refund application on the Keeta platform. 1005 ## Delivery Status Change Notification - [POST deliveryStatusChangeNotification](https://api-docs.mykeeta.com/apis/standard/order/webhooks/deliverystatuschangenotification.md): This webhook is designed to inform the developer's system whenever there is a change in the status of Keeta Couriers. 1006 ## Partial Product Refund Request Status Change Notification - [POST partialProductRefundStatusChangeNotification](https://api-docs.mykeeta.com/apis/standard/order/webhooks/partialproductrefundstatuschangenotification.md): This webhook is designed to notify your system when the status of a partial product refund request within an order changes on the Keeta platform. 1007