This is the .NET version of the Payment Gateway challenge. If you haven't already read this README.md on the details of this exercise, please do so now.
src/
PaymentGateway.Api - a skeleton ASP.NET Core Web API
test/
PaymentGateway.Api.Tests - an empty xUnit test project
imposters/ - contains the bank simulator configuration. Don't change this
.editorconfig - don't change this. It ensures a consistent set of rules for submissions when reformatting code
docker-compose.yml - configures the bank simulator
PaymentGateway.sln
Feel free to change the structure of the solution, use a different test library etc.