You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you ever figure this out? I'm actually trying to determine when a customer pauses their subscription as well. Seems like a huge bug that a customer can sign up to the subscription and then pause it for 6+ months and get it for free. Any workarounds?
Feature request
firestore-stripe-payments
Is your feature request related to a problem? Please describe.
I do not see any details in a subscription document that lets you know payment is paused.
Describe the solution you'd like
Expose the pause_collection data from the Stripe Subscription object. (see: https://stripe.com/docs/api/subscriptions/update#update_subscription-pause_collection)
Describe alternatives you've considered
Considered calling the Stripe API directly, but have been trying to keep all Stripe details within the extension.
Additional context
None.
The text was updated successfully, but these errors were encountered: