Commit graph

4 commits

Author SHA1 Message Date
8384d85e3e
feat(stripe): add Stripe payment sync and webhook support
Introduce Stripe integration for automatic payment ingestion and refund
tracking. Adds new fields to the payment model for Stripe IDs and
status,
Stripe client driver, sync service, cron job, manual API endpoint, and
public webhook handler for real-time updates. Includes tests and
documentation. Manual cash entry remains supported.
2025-10-03 21:39:59 +02:00
3f57232a9d
move cron code to pkg 2025-03-23 23:00:02 +01:00
d07dc199b7
clean the cron job 2024-12-07 12:49:05 +01:00
b25d7be29d
basic task scheduler 2024-06-30 12:49:26 +02:00