Case 007 — NDA

All work

A confidential fintech engagement. We can describe the shape of the work — append-only ledgers, idempotent webhook ingestion, dual-gateway settlement — but not the client.

Industry

Fintech / Payments

Year

2026

Role

Architecture · Pipeline engineering

Stack

Python · PostgreSQL · Async messaging

Architecture · 3 layers · request flows left to right

  1. Python
  2. PostgreSQL
  3. Async messaging
/ 01Outcomes

Append-only

Ledger

reconciliation by replay, not mutation

Guaranteed

Webhook idempotency

request_id-keyed dedupe

Dual

Gateways

jurisdiction-aware routing

Limited

Disclosure

NDA in force

/ 02The brief

A payments platform engagement we cannot describe by name. The work spans append-only ledger design, idempotent webhook ingestion, and dual-gateway settlement routing — patterns we re-use in the GEO portal's wallet system.

/ 03Architecture

Append-only ledger

Every credit and debit is an event; balance is a function of the event log. Reconciliation works by replay, not mutation — there is no UPDATE on money rows.

Idempotent webhook ingestion

Every inbound webhook is keyed on the gateway's request_id, deduped at the DB level. Re-delivery is safe by construction.

/ 04Build highlights
  1. 01

    Dual gateway

    Settlement is routed by jurisdiction, with both gateways using the same idempotent ingestion contract.

  2. 02

    Patterns re-used

    The same ledger pattern now powers credit wallets in the GEO portal — proven in production before being re-applied.

/ 05What it became

Patterns proven here are now load-bearing in our own SaaS — the highest-trust signal for a fintech build.

Next casegeo.atellius.com