Hey there,
I have an issue where my development store with bogus payments doesn’t fire the orders/paid webhook on test payments. Anyone else? Is this a known issue?
Any workarounds?
Your help would be appreciated.
Hey there,
I have an issue where my development store with bogus payments doesn’t fire the orders/paid webhook on test payments. Anyone else? Is this a known issue?
Any workarounds?
Your help would be appreciated.
Hi,
These webhooks should fire the order/paid webhook. Are you applying any filters to your webhook?
Can you check these are working with a Shopify Flow trigger?
I’d also recommend checking the troubleshooting help Troubleshooting webhooks
hey thanks for your reply
no im using no filter, I just put the orders/paid subscription on my extension app and check the dashboard for fired webhooks but there are none
I have the same app logic installed on many live websites and it works. I saw somewhere on this forum that it is most likely an issue with shopify so I was just wondering if this is new? Because I could’ve sworn I tested webhooks successfully in the past with the test payments
here is the forum post:
Ohh sorry yes I forgot about that you won’t get one for bogus gateway.
You can just go into Shopify Admin and create an order and click mark as paid and that will trigger your webhook for you
Or you can manually trigger a webhook with the CLI app webhook trigger
thanks for the confirmation. Do you know of any way to create a payment through the checkout and confirm it later in orders?
My specific issue is that im working with the cart attributes and those only get attached when you process the order through a cart as far as I know
Hey @Mustafa_Toprak - Jordan is on point here, for the Bogus Payment gateway/test mode in Shopify payments, the orders/paid webhook won’t trigger. It’s not super ideal, but one way around this is to test using a real payment provider and then refunding the amount (we do mention this as a workaround in our help docs here).
Hope this helps a little bit - let me know if I can clarify anything on our end
thank you for clarifying Alan