Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi, whenever I initiate a partial payment from Shopify POS the payments webhook does not send. Only when I complete payment of the full amount does webhook send.
Furthermore whenever I initiate partial payment from the Shopify backend the payment webhook sends successfully.
Does anyone know if this is intended behaviour and if so what would be the correct way to capture a partial payment made from Shopify POS to send a successful webhook?
Solved! Go to the solution
This is an accepted solution.
Found the issue, I was using the orders/paid webhook which only fires when an order has been fully paid. The order_transactions/create webhook fires on each individual transaction as you would expect from the documentation.
Fairly self explanatory, just leaving this here for anyone else who has the same issue.
This is an accepted solution.
Found the issue, I was using the orders/paid webhook which only fires when an order has been fully paid. The order_transactions/create webhook fires on each individual transaction as you would expect from the documentation.
Fairly self explanatory, just leaving this here for anyone else who has the same issue.