hello @ atellius.com
Case 007 — NDA
All workA confidential fintech engagement. We can describe the shape of the work — append-only ledgers, idempotent webhook ingestion, dual-gateway settlement — but not the client.
Architecture · 3 layers · request flows left to right
- Python
- PostgreSQL
- Async messaging
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
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.
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.
01
Dual gateway
Settlement is routed by jurisdiction, with both gateways using the same idempotent ingestion contract.
02
Patterns re-used
The same ledger pattern now powers credit wallets in the GEO portal — proven in production before being re-applied.
Patterns proven here are now load-bearing in our own SaaS — the highest-trust signal for a fintech build.

