An open API service indexing awesome lists of open source software.

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.

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.