reconcyl
v0.0.1
Published
Detect drift between Stripe state and your application database. Self-healing reconciliation for B2B SaaS.
Maintainers
Readme
reconcyl
Detect drift between Stripe state and your application database. Self-healing reconciliation for B2B SaaS.
Status: Pre-release name reservation (0.0.1). Real release coming in the next few weeks.
→ Site: reconcyl.dev
What this will do
A drop-in TypeScript library that:
- Wraps your Stripe webhook listener
- Compares Stripe's source of truth against your application database
- Surfaces drift events — missed webhook events, subscription status mismatch, refund desync, payment intent state drift
- (Pro tier) Drafts reconciliation SQL/code as a previewable fix, with one-click apply and full rollback
Multi-PSP from day one — Stripe is the first adapter. Adyen, Paddle, and Lemon Squeezy adapters planned.
Install (when published)
npm i reconcylLicense
MIT — see LICENSE.
