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
{{ message }}
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
New Problem; stripe can sometimes deliver webhooks in the wrong order. Since we only assert whether or not a subscription is active based on the last received webhook we cant handle this properly right now.
The update subscription webhook had the active status which is correct, but we received the create subscription webhook after it. The create subscription webhook had an "incomplete" status which broke the subscription state.
If the customer is deleted in Stripe then this error is seen the next time the user tries to make an API call.
The text was updated successfully, but these errors were encountered: