I subscribed to Inventory, Order, Payment events on the sandbox. Notifications are sent to https://hookbin.com/1gePjogJ3Qsj002ykzMW. I am receiving events for the order and item but not for payments.
I am using the REST API endpoint
/v2/merchant/{mId}/pay
with mId BQK6WVCRQ8931 to create the payment for my order 0RZDBTDEG5ET4. I get a notification when creating the order but not for the payment. However I can use
/v3/merchants/{mId}/orders/{orderId}?expand=payments
and I can see the payment listed. But no event on my webhook.
My App ID is FPN8HDJ8Z7BC6.