Stripe Revenue Reconciliation Agent
Uses the Stripe API to pull charge, refund, dispute, and payout records within a configurable date window and reconciles them against expected revenue figures. Flags mismatches, duplicate charges, and unmatched refunds, outputting a CSV report with Stripe object IDs.
Installation
Use the upstream install or setup path that matches your environment:
- npm install stripe
- yarn add stripe
- npm install stripe@public-preview --save-exact
- npm install stripe@
Requirements and caveats from upstream:
Stripe Node.js Library
- Want to chat live with Stripe engineers? Join us on our Discord server.
Basic usage or getting-started notes:
sh
or
The package needs to be configured with your account's secret key, which is
Extracted from upstream docs: https://raw.githubusercontent.com/stripe/stripe-node/HEAD/README.md