Skip to content

TKH PaymentsDeveloper documentation

HTTP API for payment intents, gateway webhooks, and SNS events — one place for Events, Kaba, School, and future TKH apps.

Who this is for

Backend engineers integrating a TKH product with the shared payments Lambda. Start with Integration guide for authentication, payloads, CDK wiring, and FAQs.

Local preview

Run from payments/docs-site:

bash
npm install && npm run dev

Then open the URL shown in the terminal (usually http://localhost:5173).

Publishing

Deploy the static output of npm run build (directory .vitepress/dist) to Vercel, Netlify, S3 + CloudFront, or GitHub Pages. See DEPLOY.md in this folder for Vercel settings.

TKH Tech — Payments microservice