No description
Find a file
Ruidy 7e1e6e1df9
feat(stripe): add Stripe Checkout session API and tests
- Integrate Stripe Go SDK and implement a checkout service for creating
  Stripe Checkout sessions for a demo product.
- Add request/response types for checkout sessions.
- Create HTTP handler for /api/checkout to initiate sessions via POST.
- Provide comprehensive unit tests for Stripe client and web handler.
- Wire Stripe-backed endpoint in server setup.
2025-09-27 11:32:34 +02:00
cmd/payit feat: scaffold payit skeleton 2025-09-27 11:08:08 +02:00
config feat: scaffold payit skeleton 2025-09-27 11:08:08 +02:00
internal feat(stripe): add Stripe Checkout session API and tests 2025-09-27 11:32:34 +02:00
thoughts feat: scaffold payit skeleton 2025-09-27 11:08:08 +02:00
.gitignore feat: scaffold payit skeleton 2025-09-27 11:08:08 +02:00
AGENTS.md feat: scaffold payit skeleton 2025-09-27 11:08:08 +02:00
go.mod feat(stripe): add Stripe Checkout session API and tests 2025-09-27 11:32:34 +02:00
go.sum feat(stripe): add Stripe Checkout session API and tests 2025-09-27 11:32:34 +02:00
Makefile feat: scaffold payit skeleton 2025-09-27 11:08:08 +02:00
README.md chore: init repo 2025-09-27 01:47:19 +02:00

PayIt

Demo application to showcase Stripe integration

Features

  • One-time payments
  • Subscription management