Skip to content

Interview challenge for building a Payment Gateway - .net version

Notifications You must be signed in to change notification settings

cko-recruitment/payment-gateway-challenge-dotnet

Repository files navigation

Instructions for candidates

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.

Template structure

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.

About

Interview challenge for building a Payment Gateway - .net version

Resources

Stars

Watchers

Forks

Releases

No releases published