Hey! My app pricing is based on a monthly recurring charge. I want update something in my database every 30 days when user’s charge go through successfully. What webhook should I listen to ? I just realized APP_SUBSCRIPTIONS_UPDATE doesn’t get triggered for this event.
1 Like
Hi @sumanthjois1996 ,
Do this when shop has approved the charge and is redirected to your charge confirmed page make a call to update your database. Then have a cron job to check that this subscription is still active.