I have developed a system using the Shopify API. The system creates orders, marks them as paid, and receives a webhook from Shopify to distribute commissions etc. inside our system.
The webhook will be triggered when the order is marked as paid.
When creating orders, this seems to work perfectly fine, but if I create a draft order, and the customer pays using the invoice sent from shopify, the webhook doesn’t seem to be triggered. Will a payment through the invoice not trigger the “order payment” webhook?