App reviews, troubleshooting, and recommendations
Hey 👋, we're trying to implement a subscription service via Shopify (payments are handled by Shopify) but we have run into some undocumented API issues. Maybe someone here has some experience with Shopify's recurring payments.
Thanks!
I don't have any specific experience with recurring payments on Shopify but can provide a few pointers from general experience developing for Shopify.
> Is there a way to trigger recurring payment webhooks, just to test our endpoints?
Yes, you can use the Shopify CLI or manually by taking the actions in a test store (details).
> By looking at the app_subscriptions/update documentation it's not clear from where expired status is coming from. Is it triggered when a recurring payment is initiated but not accepted within two days?
I'm not sure what you mean by "triggered" in this context since it's a property of a RecurringApplicationCharge. Based on the docs I would expect a RecurringApplicationCharge to have that status if you created a charge on Day 1, the merchant didn't accept or decline the charge and you retrieve the charge on Day 3 or later.
As for the payment cycle questions I'm not sure I understand how that matters to your app. You should decide whether or not to cancel the subscription on your end or access to your app based on the "status" of the RecurringApplicationCharge. I would think that if status is any of "declined", "expired" or "frozen" you would consider that a lapsed subscription and stop allowing the user to use your app.
Thanks for your answer. As for the billing cycle – as known, Shopify charges the customer approx. every 30 days but we don't know how long can customer "dodge" the payment, thus we don't want to provide the service if the customer hasn't paid e.g. in more than 5 days.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025