Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I noticed in the most recent API version release(2021-01) that the activation step has been removed from creating a recurring application charge.
This leaves a very large burden on the callback from the acceptance step of the recurring application charge. If the user doesn't get to the callback url for any reason the app will not know that the charge has been accepted. Other systems(like Stripe) that do something like this also offer a webhooks(recurringApplicationChargeAccepted?) so that apps can be sure they are notified and take appropriate action when a charge is accepted.
Is it possible to also receive a webhook from Shopify when the recurringApplicationCharge is accepted to make this more reliable than just depending on the callback alone?
Thank you.
Hi Corknine, there's no specific webhook for when the recurringApplicationCharge is accepted. For information on recurring charges you can subscribe to app_subscriptions/update
mrad | Developer @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Hi @mrad ,
Thanks for your answer. I'm not seeing that event listed on https://shopify.dev/docs/admin-api/rest/reference/events/webhook. Is that webhook event type documented anywhere?