FINANCE

Route Stripe Disputes by Shipment Proof Availability

Classifies every new Stripe dispute by whether complete shipment proof exists, auto-files the strong cases.

CategoryFinance
Enginesim
Difficultyintermediate
Triggerwebhook
Steps5
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerStripe dispute created webhookStripeStripe
  • ActionLoad order and shipment from PostgresPostgreSQLPostgres
  • LogicScore evidence completeness
  • ActionAuto-submit strong cases to StripeStripeStripe
  • OutputQueue weak cases for review in PostgresPostgreSQLPostgres

What it does

Not every dispute is worth fighting, and filing thin evidence can hurt you. This workflow triages each dispute the moment it opens: if the order has a delivered tracking record and a receipt, it auto-submits; if proof is missing or the item was never shipped, it parks the case for a human to decide.

When to use it

Use it when you want to fight only the disputes you can actually win and stop wasting analyst time on cases with no delivery evidence.

How it works

  1. 1A Stripe `charge.dispute.created` webhook triggers the run.
  2. 2The workflow loads the order and shipment record from Postgres.
  3. 3A logic step scores evidence completeness: delivered status, tracking number, receipt, and matching ship-to address.
  4. 4Strong cases route to automatic evidence submission on the Stripe dispute.
  5. 5Weak cases are written to a `dispute_review` queue in Postgres with the specific missing fields flagged for a finance analyst.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect StripeCustomers, subscriptions, payments.
  2. 2
    Connect PostgresAny Postgres URL — query, write, migrate.
  3. 3
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  4. 4
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  5. 5
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.