Is a backend (API servicing) redundant in microservice designed to proxying/transfer API calls to another API service?
I need to build a microservice layer which supposed to accept payment from different projects, processes this requests with simple logic (e.g data modification and saving to MongoDB) and proxies(transfers) API calls to final destination API endpoints (Bank APIs).