Skip to content

sonicjoy/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.


Documentation

For more detailed documentation, please refer to the Payment Gateway Documentation.

About

Interview challenge for building a Payment Gateway - .net version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 91.4%
  • EJS 8.6%