PaychainX Gateway V1 is a token-first orchestration gateway that exposes a normalized merchant payments API, routes day-one payment execution through CyberSource, and adds policy enforcement, idempotency, ledgering, webhook normalization, and tamper-evident audit controls.
- Day 1 backend foundation complete
- Fastify API working
- Swagger docs working
- Docker Compose running Postgres and Redis
- GitHub company SSOT established
docker compose -f infra/compose/docker-compose.yml up -d
cd apps/api && npm run dev