https://github.com/afontanr/dynamic-pay-gateway
API Gateway for managing payments with multiple providers (Stripe, Square and Adyen). Implements a selection strategy based on availability (health checks) and success rate stored in Redis. Designed as a production-ready portfolio project, featuring authentication, rate limiting, and configurable settings for test and production environments.
https://github.com/afontanr/dynamic-pay-gateway
java payment-gateway spring
Last synced: about 1 month ago
JSON representation
API Gateway for managing payments with multiple providers (Stripe, Square and Adyen). Implements a selection strategy based on availability (health checks) and success rate stored in Redis. Designed as a production-ready portfolio project, featuring authentication, rate limiting, and configurable settings for test and production environments.
- Host: GitHub
- URL: https://github.com/afontanr/dynamic-pay-gateway
- Owner: afontanr
- License: mit
- Created: 2025-03-06T14:38:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T19:13:57.000Z (over 1 year ago)
- Last Synced: 2025-09-04T18:54:59.358Z (10 months ago)
- Topics: java, payment-gateway, spring
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dynamic-pay-gateway
API Gateway for managing payments with multiple providers (Stripe, Square, and Adyen). Implements a selection strategy based on availability (health checks) and success rate stored in Redis. Designed as a production-ready portfolio project, featuring authentication, rate limiting, and configurable settings for test and production environments.