- .bob chore: origit init (Bob IDE hooks, origit-build mode, MCP server, skill) 1 hour ago
- .githooks chore: origit init (Bob IDE hooks, origit-build mode, MCP server, skill) 1 hour ago
- packages chore: vendor fast-pay-utils 2.1.0 under packages/ 1 hour ago
- src bob: Add GET /payments/:id/receipt in src/routes.ts returning {id, m… [session #43 run 1] 1 hour ago
- .gitignore chore: payments API scaffold (Express, Jest, in-memory store), vendored packages 1 hour ago
- jest.config.js chore: payments API scaffold (Express, Jest, in-memory store), vendored packages 1 hour ago
- package-lock.json chore: payments API scaffold (Express, Jest, in-memory store), vendored packages 1 hour ago
- package.json chore: payments API scaffold (Express, Jest, in-memory store), vendored packages 1 hour ago
- README.md chore: vendor fast-pay-utils 2.1.0 under packages/ 1 hour ago
- tsconfig.json chore: payments API scaffold (Express, Jest, in-memory store), vendored packages 1 hour ago
README.md
Rawnorthbridge-payments
Payments API of Northbridge Payments Ltd, a fictional provider of payment infrastructure to EU merchants. Synthetic data only: test PANs like 4111 1111 1111 1111, merchant ids like m_demo_001, amounts in minor units.
src/routes.ts—POST /payments,GET /payments/:id,GET /paymentssrc/store.ts— in-memory storepackages/fast-pay-utils— vendored copy of the fast-pay-utils library (install withnpm install ./packages/fast-pay-utils)
npm install
npm test
Every agent run in this repository is recorded by Origit (origit log, origit taint <package>).