ATOM EVE

Dunning

Reviews failed Stripe payments and drafts prioritized recovery actions before revenue is lost.
PASTE INTO YOUR AGENT
Read atomeve.dev/start.md and set up Dunning agent in my project: install it, wire up and verify its credentials, and run it once.
OR USE THE CLISLACKTARGET
$npx atom-eve add dunning --target eve

What it does

Recovers failed payments before the revenue is lost, with a ready-to-send reminder for each account.

Each run it:

  • reads recent failed payments, past-due subscriptions, and open invoices in Stripe
  • pulls retry status, payment history, and invoice amounts for the accounts that matter
  • works out the likely failure cause and the right next step per account
  • returns a recovery queue ordered by revenue at risk, plus draft reminder copy grouped by stage

It groups records by customer so no account gets conflicting recommendations, and drafts copy only when the facts make it specific.

Setup lives in SETUP.md.