Upon a new Stripe subscription, I would like to
- Create a license (using a different service), and
- Store the license ID in the Stripe subscription metadata.
This would enable me to suspend the license upon Stripe subscription cancellation.
I haven’t figured out yet how to update Stripe subscriptions’ metadata. Any hints?