mirror of
https://github.com/rjNemo/payit
synced 2026-06-06 02:16:40 +00:00
No description
- 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. |
||
|---|---|---|
| cmd/payit | ||
| config | ||
| internal | ||
| thoughts | ||
| .gitignore | ||
| AGENTS.md | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||
| README.md | ||
PayIt
Demo application to showcase Stripe integration
Features
- One-time payments
- Subscription management