Recipe details are unavailable in this marketplace snapshot.
Seller Subscription Reconcile
Optional self-healing sweep for subscription sellers. When a server is offline past Stripe's retry window, an access grant a webhook would have issued is missed and stays missing until something re-derives it. This sweep lists the seller's active Stripe subscriptions, recovers each one's order by the recued_workflow_key it carries, and issues the customer's access on the bound door where the order names a tier - idempotently, so it is safe to run over every subscription and converges on repeat. It rides the bounded Stripe for Sellers surface, never the full API front door, and takes no payment authority: every subscription, customer, and period is a fresh provider read. Run it MANUALLY from Settings -> Seller. It is the reset button at the bottom of the recovery ladder - the webhook is the first path, the housekeeping reconciler pulls per local order on its idle sweep, and this exists for what both missed. A reset is meant to be exhaustive, so it lists every active subscription with no cap; that is correct when you press it deliberately and is the reason not to put it on a schedule. Install it for the door the recovered subscriptions belong to.
What this pack installs
This pack installs the complete recipe workflow together. 1 supporting recipe runs as background automation.
Builds on
- seller-stripe v2+