Overview
backend/src/payments/ has 18 files handling money. Without idempotency, a retried request or a double-clicked button can charge a member twice or create duplicate bookings — and network retries make this a matter of when, not if.
Tasks
Acceptance Criteria
Notes for Contributors
Comment below to be assigned.
Overview
backend/src/payments/has 18 files handling money. Without idempotency, a retried request or a double-clicked button can charge a member twice or create duplicate bookings — and network retries make this a matter of when, not if.Tasks
Idempotency-Keyheader onPOSTpayment and booking endpoints.frontend/lib/apiClient.tsfor these routes.Acceptance Criteria
Notes for Contributors
Comment below to be assigned.