RETM | REST API
  1. Invoice Webhooks
RETM | REST API
  • Developer guide
  • New to our DevPortal 🤔
  • Authentication
    • Token
      POST
  • Webhook
    • Overview
    • Invoice Webhooks
      • Webhook Events
      • Invoice Created
        POST
    • Orders Webhooks
      • Webhook Events
      • Order Triggeres
    • Menu Webhooks
      • Menu Updates
      • Menu Changed
    • Loyalty Webhooks
      • Promotional Coupon
      • Check Reward
      • Redeem Reward
    • Customer webhook
      • Customer Data
      • Customer hook
    • Error webhook
      • Stay Alert to Connectivity Issues
      • Error webhook
  • Orders
    • Orders
      GET
    • Create Order
      POST
    • Cancel Order
      POST
    • Update delivery order status
      POST
  • Menu
    • Categories
      • List Categories
      • Single Categoy
    • Products
      • Products
      • Single Product
      • Simple List
    • Menu
      GET
  • Branches
    • Branches
      GET
  • Devices
    • Devices
      GET
  • Order type
    • Order types
      GET
    • Create order type
      POST
  • Price Lists
    • Price Lists
  • Payment Methods
    • Payment methods
    • Create pay method
  • Order Charges
    • order charges
    • Create order charges
  • Taxes
    • Tax list
    • Create tax
  • Customers
    • Customers
  1. Invoice Webhooks

Webhook Events

Stay Informed About Key Order and Delivery Milestones#

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#

IDStatusDescription
1ClosedThe order has been completed and closed.
2PendingThe order is awaiting processing or confirmation.
3ActiveThe order is actively being prepared or delivered.
4RefundedThe order has been refunded to the customer.
5VoidThe 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
Previous
Overview
Next
Invoice Created
Built with