Broadcast for order completed

Is there a broadcast for when an order has completed or fully paid for? We need to find out when the current changes its status. Ideally it would be received when the order status changes.

Thanks,

Waqar

Hi Waqar,

See https://poynt.com/docs/api/#hooks-index

ORDER_OPENED - published when a new order is OPENED
ORDER_CANCELLED - published when an order is CANCELLED
ORDER_COMPLETED - published when an order is COMPLETED
ORDER_UPDATED - published when anything other than status changes in the order

Thanks,
Neil