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
This issue can be closed right away, but just wanted to share what I've received from Stripe, as an advice to follow most of the recommendations in this repo:
If I'd be pulling data directly from webhook's payload, in this case, to create a subscription in the DB—I'd have to go and track down those subscriptions and all related data and delete 'em. That's why it's utterly important to use webhooks as signals to refetch state from Stripe and stay sane.
Thanks!
The text was updated successfully, but these errors were encountered:
This issue can be closed right away, but just wanted to share what I've received from Stripe, as an advice to follow most of the recommendations in this repo:
If I'd be pulling data directly from webhook's payload, in this case, to create a subscription in the DB—I'd have to go and track down those subscriptions and all related data and delete 'em. That's why it's utterly important to use webhooks as signals to refetch state from Stripe and stay sane.
Thanks!
The text was updated successfully, but these errors were encountered: