To prevent brute-forcing booking_ids or spamming the Stellar network, the payment endpoints need rate limiting.
Acceptance Criteria:
- Use
slowapi or similar to limit /prepare, /submit, /release.
- Configure lower limits for failed transaction submissions.
To prevent brute-forcing
booking_ids or spamming the Stellar network, the payment endpoints need rate limiting.Acceptance Criteria:
slowapior similar to limit/prepare,/submit,/release.