FINANCE

Stripe Payout vs Bank Deposit Matcher

When Stripe pays out to your bank, matches each payout against the deposit recorded in the Snowflake bank-feed table and writes any unmatched payouts to a Google Drive exceptions…

CategoryFinance
Enginesim
Difficultyintermediate
Triggerwebhook
Steps5
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerStripe payout.paid webhookStripeStripe
  • ActionRead payout amount, date, and referenceStripeStripe
  • ActionLook up matching bank deposit in SnowflakeSnowflakeSnowflake
  • LogicMatch or flag exception net of fees
  • OutputAppend unmatched payout to Drive exceptions sheetGoogle DriveGoogle Drive

What it does

Each time Stripe issues a payout, this workflow confirms the cash actually arrived in your bank ledger for the right amount. Matched payouts are marked reconciled; anything that doesn't line up is appended to a running exceptions file in Google Drive for an analyst to chase.

When to use it

Use it when Stripe payouts and your bank feed are reconciled by hand and timing or fee differences create slow, error-prone matching. It turns payout reconciliation into an exception-only review.

How it works

  1. 1A Stripe webhook fires on the `payout.paid` event.
  2. 2An action pulls the payout's amount, arrival date, and bank reference.
  3. 3A Snowflake query looks up the corresponding deposit row in the bank-feed table by amount and date window.
  4. 4A logic step decides matched vs unmatched, accounting for the expected Stripe fee.
  5. 5On a clean match it does nothing further; on a mismatch it appends a row to the Google Drive exceptions sheet with both figures and the gap.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect StripeCustomers, subscriptions, payments.
  2. 2
    Connect SnowflakeWarehouses, queries, shares.
  3. 3
    Connect Google DriveDocs, sheets, slides, files.
  4. 4
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  5. 5
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  6. 6
    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.