Testing subscription renewals on Stripe Testing subscription renewals on Stripe php php

Testing subscription renewals on Stripe


Our solution was to reset the billing cycle of the subscription.

  • open the subscription in Stripe
  • click "Actions" in the upper right
  • select "Update Subscription"
  • be sure to switch off "Prorate changes"
  • scroll down and open "Advanced Options"
  • check "Reset billing cycle"
  • and finally... Update Subscription

This will trigger a new subscription payment and all the associated webhooks.


So I would start with their testing documentation It walks you through the process.

it seems that you can trigger events on the fly with CLI commands.

Also look at the Webhook Monitor