I’m currently working on integrating a pricing plan into my application where customers can subscribe to different products and cancel their subscriptions. Despite cancellations, they should still be able to access the service until their paid subscription period ends.
I’m facing a few challenges and would appreciate your insights:
Which specific fields should I track to effectively manage these subscriptions and cancellations?
How can I retrieve these data fields using the Stripe API or an API Connector?
Any guidance or examples of how you’ve handled similar situations would be greatly helpful!
You need to look at webhooks. They are requests Stripe makes to your app when something changes in a subscription (for example when a subscription is cancelled).
Here’s a tutorial on YT: https://www.youtube.com/watch?v=uxHdMa21qlo