I am currently implementing a payment system for a web platform using RevenueCat Billing and Stripe.
I have successfully implemented the functionality to cancel an active subscription using the following API endpoint:
https://www.revenuecat.com/docs/api-v2#tag/Subscription/operation/list-subscription-entitlements
However, I was unable to find an API for reversing (undoing) a canceled subscription. Could you please let me know if such functionality exists and, if so, point me to the relevant documentation or endpoint?
If this feature is not supported, any advice on possible alternatives would also be greatly appreciated.