What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Recurring Application Charge: Activate Removed, possible to get webhook on approval

Recurring Application Charge: Activate Removed, possible to get webhook on approval

Andrew-Corknine
Explorer
76 1 29

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.

Replies 2 (2)

mrad
Shopify Staff (Retired)
63 10 15

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

Andrew-Corknine
Explorer
76 1 29

Hi @mrad