Is the customer.subscription.updated event raised when a subscription is renewed?
I’ve verified that customer.subscription.updated is called when the billing period ends. To do this I intercepted all webhooks that occur at the end of the period (FYI: I used an AWS Lambda function that receives the events from an AWS API Gateway, then puts the events on an SQS queue :)) I agree that the … Read more