Documentation Index

Product docs mapped to the current app state.

This page extracts and summarizes the implementation documents under C:/Users/Metal/paysmart/app/docs so stakeholders can track architecture, pipelines, and execution decisions in one place.

Product: PaySmart | Company: VoltService Ltd

Document set

Primary source docs currently tracked.
Document Path Purpose
Architecture pitch app/docs/architecture_pitch.md System context, runtime architecture, trust boundaries, pitch mapping.
Implementation backlog app/docs/implementation_backlog.md Ticketized progress with API and app acceptance criteria.
Identity upload pipeline app/docs/identity-upload-pipeline.md Client encrypt, signed upload, attestation commit, review workflow.
Phone verification pipeline app/docs/phone-verification-pipeline.md Legacy OTP stability with PNV-ready swappable verifier seam.

Architecture highlights

Extracted from architecture pitch.

System context

  • Kotlin Android app with offline-first server -> Room -> UI flow.
  • Functions Gen2 API for policy, KYC, payment rails, and FX quotes.
  • Firestore and Storage for state persistence and encrypted payload artifacts.
  • KMS and attestation boundaries for document verification integrity.

Implementation backlog snapshot

Latest ticket status extraction.
Ticket Status Scope
API-010 Done Stripe sandbox add-money session endpoint.
API-012 Done Webhook settlement and session status read path.
APP-010 Done Kotlin add-money flow wired to new endpoints.
APP-020 Next Live FX contract port with Room cache fallback.