The webhook doesn't receive order updates after payment. I get an event when my API creates/update an order or add lineitems to it. I would like to get an event when the order is paid at the cashier. Atm I am subscribed to all events and my app requires all permission, except "Process Credit Cards". I tested with a custom and "cash" tender, there is no events after the order is paid. Am I looking at the right place for this event?
I use the emulator to simulate cashier. My webhook is setup correctly, I get the create/update/delete order events. I work in prod, not the sandbox if this can help.