Skip to content

igrm/Igrm.BillingAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Igrm.BillingAPI

ATEA home task challenge - Billing API for imaginary company "XYZ Inc."

"XYZ Inc." focus on selling a variety of goods and services online via their E-Shop platform. Currently, there is a need for a new billing API that could process orders.

Each incoming order should contain:

  • Order number;
  • User id;
  • Payable amount;
  • Payment gateway (identifier to map appropriate payment gateway);
  • Optional description.

When the billing service processes order, it sends the order to an appropriate payment gateway. If the order is processed successfully by the payment gateway, the billing service creates a receipt and returns it in response.

About

ATEA home task challenge - Billing API for imaginary company "XYZ Inc."

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors