Build multi-PSP reconciliation by normalizing settlement files from Stripe and Adyen

domain: payments-general · 6 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. Define a normalized settlement record schema with common fields: transaction ID, payment method type, gross amount, fee amount, net amount, currency, settlement date, and PSP-specific reference.
  2. For Stripe, fetch balance transactions via the Balance Transactions API filtering by type and payout ID to get all transactions included in a given payout; map each record to your normalized schema.
  3. For Adyen, download the settlement detail report (available as a CSV or via the Reports API) and parse the columns into your normalized schema, applying Adyen's fee breakdown structure.
  4. Join normalized records against your order management system using the PSP's transaction reference stored at payment time to match every settlement record to an order.
  5. Flag unmatched records (settlement records with no matching order) and unmatched orders (orders with no settlement record after the expected settlement window) for manual review.
  6. Aggregate net settlement amounts by currency and payout date and compare against actual bank deposits to confirm end-to-end reconciliation.

Known gotchas

Related routes

Reconcile Stripe payouts to bank deposits using balance transactions
stripe.com · 6 steps · unrated
Implement invoicing and settlement for agent-to-agent payments between services
agent-to-agent-payments · 6 steps · unrated
Implement automated bank reconciliation matching patterns
developer.xero.com · 6 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp