Retm webhooks keep you abreast of crucial order and delivery events as they unfold. Here's a breakdown of the events you can subscribe to:Invoice Events#
order.created
– Triggered when a new order (invoice) is created on the Retm platform. This event signifies the initial creation and availability of the order data.order.refunded
– Triggered when an order is refunded, either partially or fully. This event indicates a financial reversal or adjustment associated with an existing order.Invoice Status Codes#
ID | Status | Description |
---|
1 | Closed | The order has been completed and closed. |
2 | Pending | The order is awaiting processing or confirmation. |
3 | Active | The order is actively being prepared or delivered. |
4 | Refunded | The order has been refunded to the customer. |
5 | Void | The order has been invalidated and is no longer valid. |
By subscribing to these webhook events, your application can seamlessly react to order and delivery updates in real-time, enabling enhanced customer experiences and operational efficiency. Modified at 2025-06-19 14:31:04